bremme / arduino-tm1637

Arduino library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC
GNU General Public License v2.0
164 stars 62 forks source link

type error bouncingBall function name #44

Closed hznupeter closed 4 years ago

hznupeter commented 4 years ago

Line 58 in https://github.com/bremme/arduino-tm1637/blob/master/src/SevenSegmentFun.h void bouchingBall(uint16_t moves, uint16_t d, bool runForever = false); Line 187in https://github.com/bremme/arduino-tm1637/blob/master/src/SevenSegmentFun.cpp void SevenSegmentFun::bouncingBall(uint16_t moves, uint16_t d, bool runForever) {

the function name is different. bouchingBall & bouncingBall

bremme commented 4 years ago

Can't believe I missed that. Should be corrected in the v1.1.1 release. Sorry for the inconvenience and thanks for pointing that out.