mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -1,7 +1,7 @@
|
||||
classes:
|
||||
frc::Tachometer:
|
||||
wpi::Tachometer:
|
||||
ignored_bases:
|
||||
- wpi::SendableHelper<Tachometer>
|
||||
- wpi::util::SendableHelper<Tachometer>
|
||||
methods:
|
||||
Tachometer:
|
||||
overloads:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
classes:
|
||||
frc::UpDownCounter:
|
||||
wpi::UpDownCounter:
|
||||
ignored_bases:
|
||||
- wpi::SendableHelper<UpDownCounter>
|
||||
- wpi::util::SendableHelper<UpDownCounter>
|
||||
methods:
|
||||
UpDownCounter:
|
||||
overloads:
|
||||
|
||||
Reference in New Issue
Block a user