|
Electronic Load
1.0
Programmable Constant Current Sink
|
parameter set for enterNumber() More...

Data Fields | |
| void(* | changeCallback )(CONTROL_RET action, struct enterNumber_s *control, uint8_t param) |
| if not 0, this function is called every time the value changes More... | |
| uint8_t | param |
| Is passed to the callback function. More... | |
| uint8_t | pos |
| Position (see also to LCD_LINEn) More... | |
| const controlType_t | type |
| The type of control. More... | |
| enterNumberVariable_t * | var |
parameter set for enterNumber()
| const controlType_t type |
The type of control.
| uint8_t pos |
Position (see also to LCD_LINEn)
| void(* changeCallback) (CONTROL_RET action, struct enterNumber_s *control, uint8_t param) |
if not 0, this function is called every time the value changes
| uint8_t param |
Is passed to the callback function.
1.8.15