3 #ifndef __NEONEXTION_NEXTIONVARIABLENUMERIC
4 #define __NEONEXTION_NEXTIONVARIABLENUMERIC
Interface for widgets that store a numerical value.
Definition: INextionNumericalValued.h:16
Represents a numeric variable.
Definition: NextionVariableNumeric.h:13
NextionVariableNumeric(Nextion &nex, uint8_t page, uint8_t component, const char *name)
Create a new widget adapter.
Definition: NextionVariableNumeric.h:19
Driver for a physical Nextion device.
Definition: Nextion.h:31