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