mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[hal,wpilib] Remove a ton of things related to the FPGA (#7846)
Co-authored-by: Gold856 <117957790+Gold856@users.noreply.github.com>
This commit is contained in:
@@ -8,18 +8,8 @@ classes:
|
||||
methods:
|
||||
AnalogInput:
|
||||
GetValue:
|
||||
GetAverageValue:
|
||||
GetVoltage:
|
||||
GetAverageVoltage:
|
||||
GetChannel:
|
||||
SetAverageBits:
|
||||
GetAverageBits:
|
||||
SetOversampleBits:
|
||||
GetOversampleBits:
|
||||
GetLSBWeight:
|
||||
GetOffset:
|
||||
SetSampleRate:
|
||||
GetSampleRate:
|
||||
SetSimDevice:
|
||||
InitSendable:
|
||||
|
||||
|
||||
@@ -2,11 +2,6 @@ classes:
|
||||
wpi::SensorUtil:
|
||||
nodelete: true
|
||||
methods:
|
||||
CheckDigitalChannel:
|
||||
CheckPWMChannel:
|
||||
CheckAnalogInputChannel:
|
||||
GetDefaultCTREPCMModule:
|
||||
GetDefaultREVPHModule:
|
||||
GetNumDigitalChannels:
|
||||
GetNumAnalogInputs:
|
||||
GetNumPwmChannels:
|
||||
GetNumSmartIoPorts:
|
||||
|
||||
@@ -13,12 +13,6 @@ classes:
|
||||
RegisterInitializedCallback:
|
||||
GetInitialized:
|
||||
SetInitialized:
|
||||
RegisterAverageBitsCallback:
|
||||
GetAverageBits:
|
||||
SetAverageBits:
|
||||
RegisterOversampleBitsCallback:
|
||||
GetOversampleBits:
|
||||
SetOversampleBits:
|
||||
RegisterVoltageCallback:
|
||||
GetVoltage:
|
||||
SetVoltage:
|
||||
|
||||
Reference in New Issue
Block a user