mirror of
https://github.com/xushoucai/RTL8710_SDK_GCC_VERSION.git
synced 2024-11-22 04:24: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.
12 lines
No EOL
311 B
Objective-C
12 lines
No EOL
311 B
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
#import "SWRevealViewController.h"
|
|
#import "UIImage+animatedGIF.h"
|
|
#import "SCLAlertView.h"
|
|
#import "curve25519-donna.h"
|
|
#import "aes.h"
|
|
#import "ytcpsocket.h"
|
|
#import "yudpsocket.h"
|
|
#import "UIView+Toast.h" |