2 Commits (a0d32dafae8df6c33de83dd946a61bab91455e67)

Author SHA1 Message Date
Youen Toupin a0d32dafae fixed vscode lint issues 7 years ago
destroyedlolo 17a5357150 - reorganized the project to match the Arduino library layout 7 years ago
Youen Toupin 21dbf75342 improved visual intellisense integration 8 years ago
Youen Toupin c21e3ea835 - fixed presence pulse timings, according to andrewradke feedback (https://github.com/neuoy/OneWireArduinoSlave/issues/4) 8 years ago
ntruchsess ad86c43611 move register-access to LowLevel.h, add support for ATtiny85 9 years ago
Youen Toupin 216fcf8cb5 - methods that don't write memory now take const parameters 9 years ago
Youen Toupin c0a183c769 finished implementation of most important 1-wire functionalities 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 22e5d690a0 refactoring (wip) 10 years ago
Youen Toupin 03c2f0afd3 implemented reset detection 10 years ago