Releases: casanovg/Nb_TimonelTwiM
Releases · casanovg/Nb_TimonelTwiM
TimonelTwiM Arduino Library v1.2.0
NOTES:
- Added support for the new Timonel v1.5 READDEVS command that allows reading the device signature, fuses, and blocking bits.
- Added support for the new Timonel v1.5 READEEPR and WRITEEPR commands, used to read and write data to EEPROM.
- The timing of the BootloaderInit function has been adjusted to correctly initialize the device's bootloader when it requires a two-step initialization.
TimonelTwiM Arduino Library v1.1.0
NOTES:
- RunApplication method adjusted to match accurately the bootloader v1.5 standard behavior.
- DumpMemory method fixed to compile on platforms which don't implement the "Serial.printf_P" function.
- So far, serial debugging is only supported on platforms which implement the "Serial.printf_P" function (e.g. ESP8266 and ESP32).
TimonelTwiM Arduino Library v1.0.1
Arrange examples folder
TimonelTwiM Arduino Library v1.0.0
Implement library