serled.h 126 B

123456789
  1. #ifndef SERLED_H
  2. #define SERLED_H
  3. void serledFlash(int duration);
  4. void serledInit(void);
  5. void makeGpio(uint8_t pin);
  6. #endif