Skip to content

Commit 6f4f084

Browse files
committed
Fix typo
1 parent d4109ef commit 6f4f084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SevenSegmentFun.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SevenSegmentFun : public SevenSegmentExtended {
5555
void nightrider(uint8_t repeats = 10, uint16_t d = TM1637_NIGHTRIDER_DEFAULT_DELAY, uint8_t symbol = TM1637_CHAR_VERT_LEVEL_II);
5656
void bombTimer(uint8_t hours, uint8_t min, uint16_t speed = 60);
5757
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);
58+
void bouncingBall(uint16_t moves, uint16_t d, bool runForever = false);
5959
void printBall(const int8_t x, const int8_t y);
6060
void print4Bit(const uint8_t x, const uint8_t y, uint8_t symbol);
6161

0 commit comments

Comments
 (0)