Simple cpp wrapper of a ds18b20, onewire 'c' library. Supports multiple sensors.
Dependents: LPC11U68_DS18B20Sensor
Fork of DS18B20Sensor by
Revision 5:0bcc4e42fec0, committed 2014-07-04
- 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 |
diff -r 89d7cbe220e1 -r 0bcc4e42fec0 onewire.h --- 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