![]() |
API
For Arduino developers
|
NexWaveform,subclass of NexTouch,provides simple methods to control NexWaveform component. More...
#include <NexWaveform.h>
Public Member Functions | |
| NexWaveform (NexPid pid, NexCid cid, const char *name) | |
| Constructor,inherited NexTouch's constructor function. | |
| bool | addValue (uint8_t ch, uint8_t number) |
| Add value to show. More... | |
Public Member Functions inherited from NexObject | |
| NexObject (NexPid pid, NexCid cid, const char *name) | |
| Constructor. More... | |
| NexPid | getObjPid (void) |
| Get page id. More... | |
| NexCid | getObjCid (void) |
| Get component id. More... | |
| const char * | getObjName (void) |
| Get component name. More... | |
| void | printObjInfo (void) |
| Print current object address,page id,component id, component name,pop event function address,push event function address. | |
NexWaveform,subclass of NexTouch,provides simple methods to control NexWaveform component.
Definition at line 25 of file NexWaveform.h.
| bool NexWaveform::addValue | ( | uint8_t | ch, |
| uint8_t | number | ||
| ) |
Add value to show.
| ch | - channel of waveform(0-3). |
| number | - the value of waveform. |
| true | - success. |
| false | - failed. |
Definition at line 37 of file NexWaveform.cpp.
1.8.7