show statistics on second screen
This commit is contained in:
@ -2,9 +2,11 @@
|
||||
#define _WIZHELPER_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int wizInit();
|
||||
bool isNetworkAvailable();
|
||||
uint8_t* wizGetIPAddress();
|
||||
|
||||
|
||||
#endif // _WIZHELPER_H_
|
Reference in New Issue
Block a user