mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[hal] Clean up references to removed HAL features (#8695)
#7695, #7696, #7697, #7701, #7724, #7753, #7861 removed various features from the HAL, but forgot to clean up the handles, the WS API, or both. Additionally, since AnalogInput is the only remaining analog I/O, AnalogJNI was renamed to the more specific AnalogInputJNI.
This commit is contained in:
@@ -17,7 +17,6 @@ namespace wpi {
|
||||
*
|
||||
* <p>PWM input signals are specified with a frequency and a ratio of high to
|
||||
* low in that frequency. These can be attached to any SmartIO.
|
||||
*
|
||||
*/
|
||||
class DutyCycle : public wpi::util::Sendable,
|
||||
public wpi::util::SendableHelper<DutyCycle> {
|
||||
|
||||
Reference in New Issue
Block a user