m5stack / M5-ProductExampleCodes

All example codes of products supplied by M5Stack have been collected in this reposity.
MIT License
339 stars 485 forks source link

Minor: Balancing robot duplicate line. #49

Open Sarah-C opened 2 years ago

Sarah-C commented 2 years ago

https://github.com/m5stack/M5-ProductExampleCodes/blob/master/App/BalaC-Plus/Arduino/BalaCplus/BalaCplus.ino

Line 74 and 75... there's one too many function declarations with the same name.

74: void readGyro(); 75: void readGyro();