mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2024-11-24 06:54:19 +00:00
10 lines
186 B
C
Executable file
10 lines
186 B
C
Executable file
#ifndef GOOGLE_THREAD_H
|
|
#define GOOGLE_THREAD_H
|
|
|
|
#define HOST_ADDR "your_firebase_address.firebaseio.com"
|
|
#define GN_PORT 443
|
|
|
|
void example_google(char *type);
|
|
|
|
|
|
#endif
|