Releases: orgua/OneWireHub
Releases · orgua/OneWireHub
rc2
- hub is now resilient against multiple resets of the master
- the codebase of the ds2438 tested and fixed
- better error handling: some kind of exception-handler to quit all open communication when there
is an error. hub is less prone to qet stuck while waiting for master-clk
preview 12
- add new devices: BAE910, DS2431
- implementation of read-rom (usable when there is only one device on the wire)
preview 11
- new example structure
- further timing optimization
- error code in hex
preview 10
- hub is more robust to odd master-behaviour (lazy timings and subsequent resets)
- prepare new timing-method which will replace the old one in the next couple of weeks (a 6µs millis() call at 8MHz is not suitable for OW)
- cleanup send / receive / waitForTimeslot to react faster to bus (better for µC with less than 16 MHz)
- support for skipROM-cmd if only one slave is present (thanks to Giermann)
- speed up atmel-crc-functions
- tested with DS9490R: ds28b20, ds2401, ds2405, ds2413, more will follow