We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4109ef commit 6f4f084Copy full SHA for 6f4f084
src/SevenSegmentFun.h
@@ -55,7 +55,7 @@ class SevenSegmentFun : public SevenSegmentExtended {
55
void nightrider(uint8_t repeats = 10, uint16_t d = TM1637_NIGHTRIDER_DEFAULT_DELAY, uint8_t symbol = TM1637_CHAR_VERT_LEVEL_II);
56
void bombTimer(uint8_t hours, uint8_t min, uint16_t speed = 60);
57
void bombTimer(uint8_t hours, uint8_t min, uint16_t speed, char* str);
58
- void bouchingBall(uint16_t moves, uint16_t d, bool runForever = false);
+ void bouncingBall(uint16_t moves, uint16_t d, bool runForever = false);
59
void printBall(const int8_t x, const int8_t y);
60
void print4Bit(const uint8_t x, const uint8_t y, uint8_t symbol);
61
0 commit comments