mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Moves Gyros to the HAL (#131)
This commit is contained in:
committed by
Peter Johnson
parent
b036bf2e34
commit
0a983eeeb8
@@ -30,6 +30,7 @@ class AnalogInput : public SensorBase,
|
||||
public PIDSource,
|
||||
public LiveWindowSendable {
|
||||
friend class AnalogTrigger;
|
||||
friend class AnalogGyro;
|
||||
|
||||
public:
|
||||
static const uint8_t kAccumulatorModuleNumber = 1;
|
||||
|
||||
Reference in New Issue
Block a user