#ifndef ROWBOUNCE_H_
#define ROWBOUNCE_H_

void rowbounce(uint8_t times,uint8_t speed);

#endif /* ROWBOUNCE_H_ */