blinky1/pattern.h

9 lines
105 B
C

#ifndef PATTERN_H_
#define PATTERN_H_
void patternExec();
void patternInit();
#endif /* PATTERN_H_ */