mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -2,11 +2,11 @@ extra_includes:
|
||||
- wpi/nt/NTSendableBuilder.hpp
|
||||
|
||||
classes:
|
||||
frc::ADXL345_I2C:
|
||||
wpi::ADXL345_I2C:
|
||||
constants:
|
||||
- frc::ADXL345_I2C::Range::kRange_2G
|
||||
- wpi::ADXL345_I2C::Range::kRange_2G
|
||||
ignored_bases:
|
||||
- wpi::SendableHelper<ADXL345_I2C>
|
||||
- wpi::util::SendableHelper<ADXL345_I2C>
|
||||
enums:
|
||||
Axes:
|
||||
Range:
|
||||
@@ -23,7 +23,7 @@ classes:
|
||||
GetAcceleration:
|
||||
GetAccelerations:
|
||||
InitSendable:
|
||||
frc::ADXL345_I2C::AllAxes:
|
||||
wpi::ADXL345_I2C::AllAxes:
|
||||
attributes:
|
||||
XAxis:
|
||||
YAxis:
|
||||
|
||||
Reference in New Issue
Block a user