Electronic Load  1.0
Programmable Constant Current Sink
Data Fields
menuItem_t Struct Reference

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...
 

Detailed Description

Contains data for one menu item.

Note
This struct must reside in PROGMEM!

Field Documentation

◆ shortcut

char shortcut

One character abbreviation to select (only digits possible)

◆ text

const char* text

The text for the menu line. Must reside in PROGMEM!

◆ action

uint8_t(* action) (void)

Address of the corresponding function.


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