Commit Graph

8 Commits

Author SHA1 Message Date
IanF
d698f10a08 Upload files to ''
Added support for attiny85  at 16mhz.

Attiny85 fuses settings and OSCCAL calibration are required to meet the OneWire timing specifications
2018-12-10 09:52:46 +01:00
IanF
1a0eda0d59 Upload files to '' 2018-12-03 20:44:06 +01:00
ntruchsess
5b3c090601 rearange as arduino-lib 2016-03-18 13:05:43 +01:00
Youen Toupin
216fcf8cb5 - methods that don't write memory now take const parameters
- simplified pin number management
2015-08-11 21:18:35 +02:00
Youen Toupin
c0a183c769 finished implementation of most important 1-wire functionalities 2015-04-27 21:53:31 +02:00
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)
- changed OneWireSlave interface to make it completely static (there is an instance, but it's only a wrapper to the static stuff, so that the syntax looks nice)
- the search rom algorithm works fine most of the time, but sometimes it fails, probably because of interrupts being blocked at the wrong time (small delay to respond to the master to send a zero)
2015-04-26 20:24:11 +02:00
Youen Toupin
22e5d690a0 refactoring (wip) 2015-04-25 21:40:38 +02:00
Youen Toupin
03c2f0afd3 implemented reset detection 2015-04-23 17:26:33 +02:00