3 #ifndef __NEONEXTION_INEXTIONNUMERICALVALUED
4 #define __NEONEXTION_INEXTIONNUMERICALVALUED
Interface for widgets that store a numerical value.
Definition: INextionNumericalValued.h:16
bool setValue(uint32_t value)
Sets the numerical value.
Definition: INextionNumericalValued.h:44
uint32_t getValue()
Gets the numerical value.
Definition: INextionNumericalValued.h:33
INextionNumericalValued(Nextion &nex, uint8_t page, uint8_t component, const char *name)
Create a new widget adapter.
Definition: INextionNumericalValued.h:22
Driver for a physical Nextion device.
Definition: Nextion.h:31