mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
HAND FIX - Fixup pregen files
This commit is contained in:
committed by
Peter Johnson
parent
6b69aab44e
commit
e0320a942a
@@ -1,4 +1,4 @@
|
||||
package edu.wpi.first.wpilibj.util;
|
||||
package org.wpilib.system;
|
||||
|
||||
/**
|
||||
* Autogenerated file! Do not manually edit this file. This version is regenerated
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
{% macro capitalize_first(string) -%}
|
||||
{{ string[0]|capitalize + string[1:] }}
|
||||
{%- endmacro %}
|
||||
package org.wpilib;
|
||||
package org.wpilib.driverstation;
|
||||
|
||||
import org.wpilib.event.BooleanEvent;
|
||||
import org.wpilib.event.EventLoop;
|
||||
import org.wpilib.hardware.hal.HAL;
|
||||
import org.wpilib.util.sendable.Sendable;
|
||||
import org.wpilib.util.sendable.SendableBuilder;
|
||||
import org.wpilib.event.BooleanEvent;
|
||||
import org.wpilib.event.EventLoop;
|
||||
|
||||
/**
|
||||
* Handle input from {{ ConsoleName }} controllers connected to the Driver Station.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{%- endmacro %}
|
||||
package org.wpilib.simulation;
|
||||
|
||||
import org.wpilib.{{ ConsoleName }}Controller;
|
||||
import org.wpilib.driverstation.{{ ConsoleName }}Controller;
|
||||
|
||||
/** Class to control a simulated {{ ConsoleName }} controller. */
|
||||
public class {{ ConsoleName }}ControllerSim extends GenericHIDSim {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
|
||||
|
||||
package org.wpilib.motorcontrol;
|
||||
package org.wpilib.hardware.motor;
|
||||
|
||||
import org.wpilib.hardware.hal.HAL;
|
||||
import org.wpilib.hardware.discrete.PWM;
|
||||
import org.wpilib.hardware.hal.HAL;
|
||||
|
||||
/**
|
||||
* {{ Manufacturer }} {{ DisplayName }} Motor Controller.
|
||||
|
||||
Reference in New Issue
Block a user