|
Electronic Load
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... | |
| uint8_t | pos |
| Position (see also to LCD_LINEn) More... | |
| const controlType_t | type |
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.
| const controlType_t type |
| uint8_t pos |
Position (see also to LCD_LINEn)
| void(* callback) (uint8_t param) |
Callback function which has to draw the value.
| uint8_t param |
Parameter for the callback function.
1.8.15