mirror of
https://github.com/ghsecuritylab/ameba_ws2812b.git
synced 2024-11-22 18:44:15 +00:00
10 lines
176 B
C
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
|