You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
esp-link/serial/serled.h

8 lines
126 B

#ifndef SERLED_H
#define SERLED_H
void serledFlash(int duration);
void serledInit(void);
void makeGpio(uint8_t pin);
#endif