pub async fn peripherals_task<R: RobotBehavior>(
data: &SharedRobotData<R>,
peripherals: R::Peripherals,
)
Expand description
The “main” method for the peripherals task
pub async fn peripherals_task<R: RobotBehavior>(
data: &SharedRobotData<R>,
peripherals: R::Peripherals,
)
The “main” method for the peripherals task