Package io.github.frc5024.asynchal
Interface Pollable
-
- All Known Implementing Classes:
AsyncADXRS450_Gyro
,AsyncDigitalInput
public interface Pollable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkForUpdates()
Check for, and handle any updates since the last call.
-