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