mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-06 17:26:49 +01:00
9 lines
126 B
C
9 lines
126 B
C
#ifndef SERLED_H
|
|
#define SERLED_H
|
|
|
|
void serledFlash(int duration);
|
|
void serledInit(void);
|
|
void makeGpio(uint8_t pin);
|
|
|
|
#endif
|