open-ameba/RTL00_SDKV35a/component/common/example/googlenest/example_google.h
2016-11-09 03:56:41 +03:00

10 lines
176 B
C

#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