introduce dns

This commit is contained in:
2020-11-27 12:28:56 +01:00
parent 3e1a7946c2
commit 8894036679
6 changed files with 32 additions and 1 deletions

View File

@ -4,9 +4,10 @@
#include <stdbool.h>
#include <stdint.h>
int wizInit();
bool isNetworkAvailable();
uint8_t* wizGetIPAddress();
bool wizDnsQuery(char *name, uint8_t *ip);
#endif // _WIZHELPER_H_