From 358d5019c7789149fc37cbeef7f1f3591e6ed473 Mon Sep 17 00:00:00 2001 From: PaulStoffregen Date: Wed, 25 Mar 2015 19:41:18 -0700 Subject: [PATCH] Version 2.3 info --- OneWire.cpp | 4 ++++ library.properties | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 library.properties diff --git a/OneWire.cpp b/OneWire.cpp index 631813f..c3ddff8 100644 --- a/OneWire.cpp +++ b/OneWire.cpp @@ -12,6 +12,10 @@ works on OneWire every 6 to 12 months. Patches usually wait that long. If anyone is interested in more actively maintaining OneWire, please contact Paul. +Version 2.3: + Unknonw chip fallback mode, Roger Clark + Teensy-LC compatibility, Paul Stoffregen + Version 2.2: Teensy 3.0 compatibility, Paul Stoffregen, paul@pjrc.com Arduino Due compatibility, http://arduino.cc/forum/index.php?topic=141030 diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..0ece2dd --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=OneWire +version=2.3 +author=Jim Studt, Tom Pollard, Robin James, Glenn Trewitt, Jason Dangel, Guillermo Lovato, Paul Stoffregen, Scott Roberts, Bertrik Sikken, Mark Tillotson, Ken Butcher, Roger Clark +maintainer=Paul Stoffregen +sentence=Access 1-wire temperature sensors, memory and other chips. +paragraph= +url=http://www.pjrc.com/teensy/td_libs_OneWire.html +architectures=* +