Skip to content

Releases: blues/note-arduino

Fully unit-tested, modular I2C implementation

17 Jun 16:36
019b3ee
Compare
Choose a tag to compare

Improved Error Messages
Homogenized unit-test output

ver: Roll version to `v1.3.4` (#46)

03 Jun 03:56
0f3f001
Compare
Choose a tag to compare
* remove note-c before re-add

* Squashed 'src/note-c/' content from commit ceceeb2
git-subtree-dir: src/note-c
git-subtree-split: ceceeb2c9a34540c5c3905c548378f00f6c58428

* Support `Notecard::newCommand` API

Added tests and syntax highlighting for `Notecard::newCommand` API

v1.3.3

20 May 14:04
4025e16
Compare
Choose a tag to compare
  • Update contributing.md
  • Update Example3_InboundPolling.ino
  • Add support for Commands
  • Update note-c

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