mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-28 17:20:30 +00:00
12 lines
229 B
C
12 lines
229 B
C
|
#ifndef WIGADGET_H
|
||
|
#define WIGADGET_H
|
||
|
|
||
|
#define FLASH_IOT_DATA (0x0007E000)
|
||
|
#define PSEUDO_DATA 1
|
||
|
|
||
|
void example_wigadget(void);
|
||
|
void gen_json_data(char *i, char *j, unsigned char *json_data);
|
||
|
|
||
|
#endif /* WIGADGET_H */
|
||
|
|