|
ElectronicLoad
1.0
Programmable Constant Current Sink
|
Variables for an auto-refresh-control. More...
Data Fields | |
| void(* | callback )(uint8_t param) |
| Callback function which has to draw the value. More... | |
| uint8_t | param |
| Parameter for the callback function. More... | |
| const controlType_t | type |
| uint8_t | x |
| X-Position. More... | |
| uint8_t | y |
| Y-Position. More... | |
Variables for an auto-refresh-control.
The structure provides a callback function which has to draw the value. It will be called in regular intervals to actualize its content.
| void(* callback)(uint8_t param) |
Callback function which has to draw the value.
| uint8_t param |
Parameter for the callback function.
| const controlType_t type |
| uint8_t x |
X-Position.
| uint8_t y |
Y-Position.
1.8.4