Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
Main Page
Related Pages
Modules
Classes
Examples
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__ */
NexTouch
Definition:
NexTouch.h:53
NexHotspot::NexHotspot
NexHotspot(uint8_t pid, uint8_t cid, const char *name)
NexHotspot
Definition:
NexHotspot.h:30
Sming
Libraries
ITEADLIB_Arduino_Nextion
NexHotspot.h
Generated by
1.8.11