You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
171 B
C

#ifndef CLOUD_H
#define CLOUD_H
#define config_PullServer "http://paperdash.sonic.da-tom.com/gateway.php/"
void setupCloud();
void loopCloud();
bool pullData();
#endif