|
Electronic Load
1.0
Programmable Constant Current Sink
|
Contains data for one menu item. More...
Data Fields | |
| uint8_t(* | action )(void) |
| Address of the corresponding function. More... | |
| char | shortcut |
| One character abbreviation to select (only digits possible) More... | |
| const char * | text |
| The text for the menu line. Must reside in PROGMEM! More... | |
Contains data for one menu item.
| char shortcut |
One character abbreviation to select (only digits possible)
| const char* text |
The text for the menu line. Must reside in PROGMEM!
| uint8_t(* action) (void) |
Address of the corresponding function.
1.8.15