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

7 lines
116 B
C
Raw Normal View History

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