Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
task_schedule::battery_start_thresholds Struct Reference

Battery charge thresholds to start the task. More...

#include <schedule.h>

Data Fields

uint8_t lower
 Start task if >= this charge.
 
uint8_t upper
 Start task if <= this charge.
 

Detailed Description

Battery charge thresholds to start the task.

Field Documentation

◆ lower

uint8_t task_schedule::battery_start_thresholds::lower

Start task if >= this charge.

◆ upper

uint8_t task_schedule::battery_start_thresholds::upper

Start task if <= this charge.


The documentation for this struct was generated from the following file: