2 Commits (33215645db1a89549ec99b6a6594bf9487233d59)

Author SHA1 Message Date
ntruchsess 5b3c090601 rearange as arduino-lib 9 years ago
ntruchsess ad86c43611 move register-access to LowLevel.h, add support for ATtiny85 9 years ago
ntruchsess 13ff131110 add conditional search command (0xEC) 9 years ago
ntruchsess a31256f60d implement resume command (0xA5) 9 years ago
ntruchsess c7457d0d8a fix missing detection of reset during write of zero-bits 9 years ago
Youen Toupin 887741a806 - added possibility to be notified of individual bits received 9 years ago
Youen Toupin c5a141b57e added code to write individual bits (instead of bytes), and to cancel the current write operation before it completes 9 years ago
Youen Toupin b97a643227 - breaking change: global instance of OneWireSlave renamed from "OneWire" to "OWSlave" to avoid conflict with the OneWire master library in case someone wants both libraries in the same sketch 9 years ago
Youen Toupin 216fcf8cb5 - methods that don't write memory now take const parameters 10 years ago
Youen Toupin 0790201af9 removed debug code 10 years ago
Youen Toupin 14711750d6 cleaned up project for public distribution (removed debug and unrelated stuff) 10 years ago
Youen Toupin 4d94761fd5 - implemented simple protocol to turn an output on/off 10 years ago
Youen Toupin c0a183c769 finished implementation of most important 1-wire functionalities 10 years ago
Youen Toupin b5fa47249d ROM commands, read/write bytes (wip) 10 years ago
Youen Toupin 300a6be90f added background reset check (in case the master sends a reset while another operation had started) 10 years ago
Youen Toupin 2294595995 - fixed bug in Pin::attachInterrupt (this is an arduino bug : interrupts that have been triggered before the handler is attached will cause it to be called immediately ; but only interrupts happening after should call the handler) 10 years ago
Youen Toupin b492dc675c refactoring wip : search rom (doesn't work yet) 10 years ago
Youen Toupin dedc44d9d7 refactoring wip : read bytes 10 years ago
Youen Toupin 22e5d690a0 refactoring (wip) 10 years ago
Youen Toupin b6f8497f64 start of code refactoring (OneWireSlave class) 10 years ago