mirror of
https://github.com/xushoucai/RTL8710_SDK_GCC_VERSION.git
synced 2024-11-23 21:14:17 +00:00
1d3357d3b0
including cross compilation of the installation, compile, link, run, debug, and so on. SDK implementation of the function: 1, WiFi connection settings (including AP mode and STA mode). 2, peripheral resource control (including GPIO, SPI, UART, IIC, etc.). 3, the user uses the sample method.
11 lines
229 B
C
11 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 */
|
|
|