Skip to content

Releases: blues/note-arduino

v1.3.12

10 Mar 22:34
dd0f1ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.11...v1.3.12

bump library properties for Arduino

15 Dec 09:40
3ecfb4b
Compare
Choose a tag to compare

A re-release of v1.3.10, except with the appropriate value in the Arduino library.properties file.

Update `note-c`

14 Dec 23:02
b764006
Compare
Choose a tag to compare

note-c updates include:

  • Updates JNtoA and related functions
  • Improves reliability of internal functions
  • Increases I2C stability
  • Clears clang compiler warnings

Update `note-c` and improve experience

14 Nov 00:29
549aeac
Compare
Choose a tag to compare
v1.3.9 (#69)

* remove note-c before re-add
* Squashed 'src/note-c/' content from commit 27fdad1
git-subtree-dir: src/note-c
git-subtree-split: 27fdad1b2ec08637c8caacfa0d747bb2faf6e180

* rls: v1.3.9

version 1.3.8 missed because of library properties file
- resolves user-agent bug
- adds `B0` and `CS` (shared pin) defines for Swan

Update `note-c`; Add Swan support to examples

27 Oct 16:32
32025fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

Updated `note-c` dependency

13 Aug 17:27
7aeb272
Compare
Choose a tag to compare
  • Reached 100% test coverage!
  • Compiler warnings remedied

User Agent Support

29 Jul 20:19
73cf920
Compare
Choose a tag to compare
feat: User Agent support (#56)

* add preliminary User Agent support

* remove note-c before re-add

* Squashed 'src/note-c/' content from commit fa5dca9

git-subtree-dir: src/note-c
git-subtree-split: fa5dca95fcc84368fbad997df4b4b86274a67fbc

* feat: User Agent Unit-tests

Co-authored-by: Zachary J. Fields <[email protected]>

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