Releases: gicking/LIN_master_portable_Arduino
Releases · gicking/LIN_master_portable_Arduino
1.8
- add dependency on EspSoftwareSerial in library.properties
- add notes for EspSoftwareSerial dependency
- in ESP32 Ticker example use standard Ticker.attach() instead of Espressif specific Ticker.attach_us(). Note: ESP8266 has 1ms minimum
- add ESP32 Nano w/ Arduino ESP32 core to integration tests
1.7
LIN master library (v1.7)
- harmonize with LIN slave portable
- simplified debug output via macro
- renamed
SERIAL_DEBUGtoSERIAL_CONSOLEto avoid mixup with (internal) debug output - full regresstion tests and add some comments
- update reference
1.6
1.5
release 1.4
Release 1.4
- replace
*Streamin LIN base class by actual serial interface to reduce overhead - add library reference via Doxygen
- increase frame timeout to handle slow slave responses
- improve CI test coverage via Github Actions
- performed recursion tests in above test matrix
1.3
ESP32 SoftwareSerial fix
Make SoftwareSerial optional for ESP32 to avoid library issue (see #1)
changed library name
changed name to meet Arduino naming conventions. Specifically omit "(" and ")"
initial release
initial release