esp8266-ws2801d/src/relais.h

8 lines
104 B
C

#ifndef RELAIS_H
#define RELAIS_H
void relais_setup(void);
void relais_loop(void);
#endif // RELAIS_H