Releases: sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library
Releases · sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library
Fix for Nano 33 BLE
Fixing issue where SAMD21 would stop println after a NAK from the OpenLog
v3.0.1 fixing SAMD21 issue where print would cease after a nak from the OpenLog
v3.0.0
Note that v3.0.0 is only compatible with firmware version 3.0. If using an older OpenLog, you will need to update the firmware to use this version of the library.
Adding unsaved changes from v2.0.1 (woops)
v2.0.2 Fixing sendCommand calls in v2.0.1
Fixing SAMD21 Compilation Issue
Fixed a commpilation issue on SAMD21
Updating to v2.0.0
Merge branch 'master' of https://github.com/sparkfun/SparkFun_Qwiic_O…
Fix issue 1
Fix for issue #2. Changed a few byte decs to uint8_t. 'const char' causes compiler errors on Due. Removing const to allow for compile.
Keyword fixes
v1.0.4 Rolling lib ver
Adding moar examples!
v1.0.3 Adding examples
Fixing remove functions
v1.0.2 Fixing remove dir and file