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

7 lines
116 B
C

#ifndef ROWBOUNCE_H_
#define ROWBOUNCE_H_
void rowbounce(uint8_t times, uint8_t speed);
#endif /* ROWBOUNCE_H_ */