borgware-2d/src/smallani/colbounce.h

7 lines
115 B
C
Raw Normal View History

2014-03-18 18:51:38 +00:00
#ifndef COLBOUNCE_H_
#define COLBOUNCE_H_
2014-03-18 18:51:38 +00:00
void colbounce(uint8_t times,uint8_t speed);
2014-03-18 18:51:38 +00:00
#endif /* COLBOUNCE_H_ */