3.9.0
fix #149 rename .pde examples to .ino added example timing.ino, measures timing at different resolutions
merge miles/master + minor changes
Added support for strong pull-up as mandated in DS18B20 datasheet for parasitic power setup. (https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf, p. 7, section 'Powering the DS18B20'). Original work: Wojtek Strzalka (https://github.com/wstrzalka/Arduino-Temperature-Control-Library)
fixed initialization of oneWire array
EEPROM function tweaks
Move example sketch to appropriately named folder
two pin two device example added
added 2 examples to show usage of UserData field
Fix bug that limits search to 1 device per wire
- fix 145 - readPowerSupply extended + example added