Files
esp-link/user/status.h
2015-06-03 21:33:06 -07:00

9 lines
112 B
C

#ifndef STATUS_H
#define STATUS_H
void statusWifiUpdate(uint8_t state);
void statusInit(uint8_t pin);
#endif