24 String cmd = String(
"get ");
27 sendCommand(cmd.c_str());
28 return recvRetNumber(number);
36 utoa(number, buf, 10);
41 sendCommand(cmd.c_str());
42 return recvRetCommandFinished();
bool setValue(uint32_t number)
Set the value of slider.
bool getValue(uint32_t *number)
Get the value of slider.
The definition of class NexSlider.
NexSlider(uint8_t pid, uint8_t cid, const char *name)
Constructor.
Father class of the components with touch events.