Arduino-OWI
Arduino-OWI copied to clipboard
One Wire Interface (OWI) library for Arduino
Hi, I'd like to use the library to control several ATTiny44's from an ESP8266, and of course I'm getting the "WARNING: library Arduino-OWI-master claims to run on (avr, sam) architecture(s)...
Use @tparam.
1. Allow sensor polling instead of delay time based wait for conversion to complete. 2. Allow relevant commands to be called without MATCH_ROM i.e. in SEARCH_ROM sequence. 3. Add support...
I've had a go with this library for a few days now and I've almost scratched a hole in my skull because I can't get it to work. Can someone...