rjbatista / tm1638-library

Automatically exported from code.google.com/p/tm1638-library
141 stars 75 forks source link

Unneccessary call to Serial.println in TM1638QYF::setDisplayToDecNumber #45

Open DavidJRichards opened 5 years ago

DavidJRichards commented 5 years ago

It looks as if some debug code has been left in TM1638QYF.cpp on line 119: Serial.println(values); If I delete this line then everything then works ok. hth David.