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