sdk-ameba-v4.0b_without_nda.../component/common/application/wigadget/wigadget.h

12 lines
218 B
C
Raw Normal View History

2017-10-15 06:36:37 +00:00
#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 */