6 lines
115 B
C
6 lines
115 B
C
#ifndef ROWBOUNCE_H_
|
|
#define ROWBOUNCE_H_
|
|
|
|
void rowbounce(uint8_t times,uint8_t speed);
|
|
|
|
#endif /* ROWBOUNCE_H_ */
|