8000 Tags · weimingtom/arduino-pico · GitHub
[go: up one dir, main page]

Skip to content

Tags: weimingtom/arduino-pico

Tags

0.9.4

Toggle 0.9.4's commit message
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.

0.9.3

Toggle 0.9.3's commit message
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

0.9.2

Toggle 0.9.2's commit message
Add missing wiring_private.h

Forgot to `git add` a wiring file.  Fixes earlephilhower#11

0.9.1

Toggle 0.9.1's commit message
Clean up release, make slightly more automated

0.9.0

Toggle 0.9.0's commit message
Fix my name, d'oh!

global

Toggle global's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0