Tags: weimingtom/arduino-pico
Tags
Fix Arduino Serial monitor output Thanks to @me-no-dev, the serial monitor issue was traced down to DTR/RTS settings in boards.txt. Clean those up and the monitor seems to work perfectly now.
Fix EEPROM::begin missing underscore Added size validation to the EEPROM begin, but forgot to set the class variable with the new adjusted size. Fixes earlephilhower#10
Add missing wiring_private.h Forgot to `git add` a wiring file. Fixes earlephilhower#11