Use with LoRa Node.

Dependencies:   mbed

Fork of OneWireCRC by Petras Saduikis

Revision:
1:c4ccd94081d4
Parent:
0:01a6a40578c9
--- a/DS18S20.cpp	Sun Jan 03 11:57:31 2010 +0000
+++ b/DS18S20.cpp	Mon May 01 14:57:14 2017 +0000
@@ -23,7 +23,7 @@
 #include "DS18S20.h"
 #include "DebugTrace.h"
 
-DebugTrace pc_ds18S20(ON, TO_SERIAL);
+DebugTrace pc_ds18S20(OFF, TO_SERIAL);
 
 DS18S20::DS18S20(bool crcOn, bool useAddr, bool parasitic, PinName pin) : 
     OneWireThermometer(crcOn, useAddr, parasitic, pin, DS18S20_ID)