|
Sentinel
|
Go to the source code of this file.
Functions | |
| void | batteryTask (void *parameter) |
| Battery Task function. | |
Battery Task Header File
| void batteryTask | ( | void * | parameter | ) |
Battery Task function.
| parameter |
This function handles battery monitoring operations in a FreeRTOS task. It reads battery voltage and percentage data from the Battery class and sends it to a queue for processing. The task runs in an infinite loop, monitoring battery status and sending updates when the battery level changes.
| parameter | Task parameter (unused) |