Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
NexHotspot.h
1 
17 #ifndef __NEXHOTSPOT_H__
18 #define __NEXHOTSPOT_H__
19 
20 #include "NexTouch.h"
21 #include "NexHardware.h"
30 class NexHotspot: public NexTouch
31 {
32 public: /* methods */
36  NexHotspot(uint8_t pid, uint8_t cid, const char *name);
37 };
43 #endif /* #ifndef __NEXHOTSPOT_H__ */
Definition: NexTouch.h:53
NexHotspot(uint8_t pid, uint8_t cid, const char *name)
Definition: NexHotspot.h:30