- Fix I2C send for MicroPython. - MPy support now tested and complete. - Implement I2C Command method
1.2.2
- Added I2C support for MicroPython
1.2.1
- Added `Command` Method to I2C - Removed Serial Request and RequestResponse helpers
1.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.