Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
Nextion.h
1 
17 #ifndef __NEXTION_H__
18 #define __NEXTION_H__
19 
20 #include "Arduino.h"
21 #include "NexConfig.h"
22 #include "NexTouch.h"
23 #include "NexHardware.h"
24 
25 #include "NexButton.h"
26 #include "NexCrop.h"
27 #include "NexGauge.h"
28 #include "NexHotspot.h"
29 #include "NexPage.h"
30 #include "NexPicture.h"
31 #include "NexProgressBar.h"
32 #include "NexSlider.h"
33 #include "NexText.h"
34 #include "NexWaveform.h"
35 #include "NexTimer.h"
36 #include "NexNumber.h"
37 #include "NexDualStateButton.h"
38 #include "NexVariable.h"
39 #include "NexCheckbox.h"
40 #include "NexRadio.h"
41 #include "NexScrolltext.h"
42 #include "NexGpio.h"
43 #include "NexRtc.h"
44 
45 #endif /* #ifndef __NEXTION_H__ */