blinky1/pattern.h

9 lines
105 B
C
Raw Normal View History

2019-02-02 16:54:24 +01:00
#ifndef PATTERN_H_
#define PATTERN_H_
void patternExec();
void patternInit();
#endif /* PATTERN_H_ */