Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Battery charge thresholds to terminate the task. More...
#include <schedule.h>
Data Fields | |
uint8_t | lower |
Terminate task if <= this charge. | |
uint8_t | upper |
Terminate task if >= this charge. | |
Battery charge thresholds to terminate the task.
uint8_t task_schedule::battery_terminate_thresholds::lower |
Terminate task if <= this charge.
uint8_t task_schedule::battery_terminate_thresholds::upper |
Terminate task if >= this charge.