Releases: pstolarz/OneWireNg
Releases · pstolarz/OneWireNg
v0.7.1
- Overdrive timings tuned.
- ESP8266 driver refactored.
- DS2431 example bug fix.
v0.7.0
- Overdrive mode support.
- 1-wire resume support.
- New examples: OverDriveMode, DS2431.
- Minor fixes and refactorings.
v0.6.0
- New platform: STM32.
- Minor fixes.
v0.5.0
- New platform: SAM.
- Improvements in CRC calculation. CRC-16/ARC support. Generic CRC support added.
- Minor fixes (including in-line doc).
v0.4.1
- ESP8266: critical bug fix.
- Minor fixes.
v0.4.0
- New platforms: SAMD, SAMD-Beta.
- Platforms refactored: ESP32, ESP8266.
- Breaking change: Common error codes for public API.
- Search algorithm refactored.
v0.3.0
- Search filtering support.
v0.2.0
- New platforms: megaAVR, ESP8266, ESP32.
- Platform detection via
OneWireNg_CurrentPlatform
.
- Fixes and refactorings.
v0.1.0
- Initial release.
- AVR platform support only.