feat: implement OneNet communication and ESP8266 integration
break: switch to c8t6
This commit is contained in:
15
Core/Inc/OneNet.h
Normal file
15
Core/Inc/OneNet.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef _ONENET_H_
|
||||
#define _ONENET_H_
|
||||
|
||||
|
||||
_Bool OneNet_DevLink(void);
|
||||
|
||||
void OneNet_SendData(void);
|
||||
|
||||
void OneNet_RevPro(unsigned char* cmd);
|
||||
|
||||
void OneNET_Subscribe(void);
|
||||
|
||||
uint8_t onenet_state();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user