borgware-2d/smallani/colbounce.h

7 lines
115 B
C

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