11 lines
136 B
C
11 lines
136 B
C
#ifndef RGBMATRIXDISPLAY_WIFI_H
|
|
#define RGBMATRIXDISPLAY_WIFI_H
|
|
|
|
void wifi_setup();
|
|
|
|
void wifi_loop();
|
|
|
|
bool wifiIsConnected();
|
|
|
|
#endif
|