Simple cpp wrapper of a ds18b20, onewire 'c' library. Supports multiple sensors.

Dependencies:   mbed

Dependents:   LPC11U68_DS18B20Sensor

Fork of DS18B20Sensor by Steve Spence

Files at this revision

API Documentation at this revision

Comitter:
Bongjun
Date:
Fri Jul 04 00:08:44 2014 +0000
Parent:
4:89d7cbe220e1
Commit message:
added comments

Changed in this revision

onewire.h Show annotated file Show diff for this revision Revisions of this file
--- a/onewire.h	Thu Jul 03 09:30:51 2014 +0000
+++ b/onewire.h	Fri Jul 04 00:08:44 2014 +0000
@@ -11,7 +11,7 @@
 //#define DEBUG 1
 //#define DEBUG_L1 1
 //#define ONEWIRE_PIN  p30
-#define ONEWIRE_PIN  P1_25
+#define ONEWIRE_PIN  P1_25 // for LPC11U68 Xpresso v2 Board
 
 #define MAXSENSORS 16