Skip to content

Releases: blues/note-arduino

v1.3.2: Remove warnings (#40)

09 Mar 16:19
0f4ec37
Compare
Choose a tag to compare

Clear compiler warnings across various platforms/compilers.

patch: Improve 16-bit microcontroller support.

05 Mar 19:54
922fbb2
Compare
Choose a tag to compare

Ensures compatibility with Arduino Uno.

feat: Notecard::begin(Serial) baud default

08 Feb 18:38
8d175ed
Compare
Choose a tag to compare

Added default baud parameter to simplify API usage.

v1.2.10

25 Jan 11:33
c78cfe7
Compare
Choose a tag to compare
chore: update note-c (#34)

* remove note-c before re-add

* Squashed 'src/note-c/' content from commit 9dc64f0

git-subtree-dir: src/note-c
git-subtree-split: 9dc64f06dfadc50847c92dd0b4bc7e8946ae6c1d

* chore: update note-c

v1.2.9

04 Jan 21:43
Compare
Choose a tag to compare
  • Change note.add start:true -> sync:true
  • Update all samples to use I2C by default

v1.2.8

07 Dec 19:29
477fdef
Compare
Choose a tag to compare
  • Add Sensor tutorial source as a new example
  • Harmonize PUID naming
  • Update note-c

v1.2.7

02 Nov 21:37
Compare
Choose a tag to compare

Fix ESP32 Button state on periodic communications example

v1.2.6

31 Oct 13:44
Compare
Choose a tag to compare
  • Fix logDebugf to correctly use variadic arguments.
  • Update Example4_InboundInterrupts to call notecard.logDebugf instead of NoteDebugf

v1.2.5: feat: update hub set to use outbound and inbound (#26)

12 Oct 20:21
2a5e7aa
Compare
Choose a tag to compare

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)

01 Oct 20:58
8fcf380
Compare
Choose a tag to compare

update note-c; update README; sample tweaks