7 lines
107 B
C
7 lines
107 B
C
|
#ifndef COLWALK_H_
|
||
|
#define COLWALK_H_
|
||
|
|
||
|
void colwalk(uint8_t times,uint8_t speed);
|
||
|
|
||
|
#endif /* COLWALK_H_ */
|