Changed to new library format and also updated comments in examples
This commit is contained in:
parent
84019eede7
commit
f9db223756
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
// OneWire DS18S20, DS18B20, DS1822 Temperature Example
|
// OneWire DS18S20, DS18B20, DS1822 Temperature Example
|
||||||
//
|
//
|
||||||
// http://www.pjrc.com/teensy/td_libs_OneWire.html
|
// Based on version by PJRC
|
||||||
//
|
//
|
||||||
// The DallasTemperature library can do all this work for you!
|
// The DallasTemperature library can do all this work for you!
|
||||||
// http://milesburton.com/Dallas_Temperature_Control_Library
|
// http://milesburton.com/Dallas_Temperature_Control_Library
|
||||||
|
|
|
@ -15,7 +15,7 @@ DS250x add-only programmable memory reader w/SKIP ROM.
|
||||||
|
|
||||||
This example code is in the public domain and is provided AS-IS.
|
This example code is in the public domain and is provided AS-IS.
|
||||||
|
|
||||||
Built with Arduino 0022 and PJRC OneWire 2.0 library http://www.pjrc.com/teensy/td_libs_OneWire.html
|
Based on the version by PJRC
|
||||||
|
|
||||||
created by Guillermo Lovato <glovato@gmail.com>
|
created by Guillermo Lovato <glovato@gmail.com>
|
||||||
march/2011
|
march/2011
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
name=OneWireSTM
|
||||||
|
version=1.0
|
||||||
|
author=Various - updated for STM by Roger Clark
|
||||||
|
email=
|
||||||
|
sentence=Dallas One Wire for STM
|
||||||
|
paragraph=OneWire for STM32F1
|
||||||
|
url=
|
||||||
|
architectures=STM32F1
|
Loading…
Reference in New Issue