MD_Menu Library
2.1
Library for 1 or 2 line display menu management
|
#include <MD_Menu.h>
Public Attributes | |
int32_t | value |
the value of the number (or represents 999.999 for INP_ENGU) | |
int8_t | power |
the power of 10 (multiple of 3 eg, -3 (milli) 0, 3 (kilo), 6 (Mega)) | |
Value specifier
To cater for all input types, both the value and the powers of 10 must be known (the latter for ENGU). This small structure contains both values, keeping them together whilst processing.