Static power_system::application::BATTERY
source · pub static BATTERY: AtomicU8
Expand description
Exercise: Send Battery percentage over UART to the onboard-computer
Use an [AtomicU8
] to store the percentage of the battery and later send it over UART.
pub static BATTERY: ... = todo!("Use AtomicU8");