Skip to content

Commit

Permalink
New allwpilib features
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Dec 28, 2023
1 parent 93935a1 commit c212e24
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions subprojects/robotpy-hal/gen/LEDs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

enums:
HAL_RadioLEDState:
functions:
HAL_SetRadioLEDState:
HAL_GetRadioLEDState:
5 changes: 5 additions & 0 deletions subprojects/robotpy-hal/gen/simulation/RoboRioData.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@ functions:
HALSIM_CancelRoboRioCPUTempCallback:
HALSIM_GetRoboRioCPUTemp:
HALSIM_SetRoboRioCPUTemp:
HALSIM_RegisterRoboRioRadioLEDStateCallback:
ignore: true
HALSIM_CancelRoboRioRadioLEDStateCallback:
HALSIM_GetRoboRioRadioLEDState:
HALSIM_SetRoboRioRadioLEDState:
1 change: 1 addition & 0 deletions subprojects/robotpy-hal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ HALBase = "hal/HALBase.h"
I2C = "hal/I2C.h"
I2CTypes = "hal/I2CTypes.h"
Interrupts = "hal/Interrupts.h"
LEDs = "hal/LEDs.h"
Main = "hal/Main.h"
Notifier = "hal/Notifier.h"
PWM = "hal/PWM.h"
Expand Down
1 change: 1 addition & 0 deletions subprojects/robotpy-wpilib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Jaguar = "frc/motorcontrol/Jaguar.h"
MotorControllerGroup = "rpy/MotorControllerGroup.h"
NidecBrushless = "frc/motorcontrol/NidecBrushless.h"
PWMMotorController = "frc/motorcontrol/PWMMotorController.h"
PWMSparkFlex = "frc/motorcontrol/PWMSparkFlex.h"
PWMSparkMax = "frc/motorcontrol/PWMSparkMax.h"
PWMTalonFX = "frc/motorcontrol/PWMTalonFX.h"
PWMTalonSRX = "frc/motorcontrol/PWMTalonSRX.h"
Expand Down

0 comments on commit c212e24

Please sign in to comment.