network.h 202 B

12345678910111213
  1. //
  2. // Created by janco on 25-2-16.
  3. //
  4. #ifndef _Network_H
  5. #define _Network_H
  6. extern void NetworkInit(void);
  7. char* httpGet(char address[]);
  8. void parseAlarmJson(char* content);
  9. #endif /* _Network_H */