Skip to content

Releases: blues/note-arduino

patch: Improve 16-bit microcontroller support.

Choose a tag to compare

@zfields zfields released this 05 Mar 19:54
922fbb2

Ensures compatibility with Arduino Uno.

feat: Notecard::begin(Serial) baud default

Choose a tag to compare

@zfields zfields released this 08 Feb 18:38
8d175ed

Added default baud parameter to simplify API usage.

v1.2.10

Choose a tag to compare

@bsatrom bsatrom released this 25 Jan 11:33
c78cfe7
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

Choose a tag to compare

@bsatrom bsatrom released this 04 Jan 21:43
  • Change note.add start:true -> sync:true
  • Update all samples to use I2C by default

v1.2.8

Choose a tag to compare

@bsatrom bsatrom released this 07 Dec 19:29
477fdef
  • Add Sensor tutorial source as a new example
  • Harmonize PUID naming
  • Update note-c

v1.2.7

Choose a tag to compare

@bsatrom bsatrom released this 02 Nov 21:37

Fix ESP32 Button state on periodic communications example

v1.2.6

Choose a tag to compare

@bsatrom bsatrom released this 31 Oct 13:44
  • 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)

Choose a tag to compare

@bsatrom bsatrom released this 12 Oct 20:21
2a5e7aa

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)

Choose a tag to compare

@bsatrom bsatrom released this 01 Oct 20:58
8fcf380

update note-c; update README; sample tweaks

v1.2.3

Choose a tag to compare

@bsatrom bsatrom released this 21 Sep 16:46
30a603e

update note-c; docs for Arduino support.