#ifndef _WIZHELPER_H_ #define _WIZHELPER_H_ #include #include int wizInit(); bool isNetworkAvailable(); uint8_t* wizGetIPAddress(); bool wizDnsQuery(char *name, uint8_t *ip); uint64_t wizSntpQuery(); #endif // _WIZHELPER_H_