Releases: blues/note-python
Releases · blues/note-python
v1.3.2
- Updates serialTransaction use
readline
instead of readByte
- change validators import for MicroPython
v1.3.1
- Add
note.add
to note fluent helper
v1.3.0
- Fix I2C send for MicroPython.
- MPy support now tested and complete.
- Implement I2C Command method
v1.2.2
- Added I2C support for MicroPython
v1.2.1
- Added
Command
Method to I2C
- Removed Serial Request and RequestResponse helpers
v1.2.0
- Add
Command
method to support cmd
(no-response) Notecard requests (instead of req
).
- Remove garbage fields from Example code requests.
- Update API helpers to match current Notecard API.
- Code comment cleanup for Doxygen.
Initial Distributed Release
First official release to py-pi