Releases: blues/note-arduino
Releases · blues/note-arduino
v1.3.2: Remove warnings (#40)
Clear compiler warnings across various platforms/compilers.
patch: Improve 16-bit microcontroller support.
Ensures compatibility with Arduino Uno.
feat: Notecard::begin(Serial) baud default
Added default baud
parameter to simplify API usage.
v1.2.10
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5: feat: update hub set to use outbound and inbound (#26)
Notecard API change to use outbound
and inbound
for hub.set
instead of minutes
and hours
- Update note-c
- Update examples to use new fields
v1.2.4: chore: update docs & note-c (#25)
update note-c; update README; sample tweaks