Working version for L-tek FF1705
Revision 1:e4689408d617, committed 2015-03-16
- Comitter:
- hudakz
- Date:
- Mon Mar 16 08:35:03 2015 +0000
- Parent:
- 0:433af64321d5
- Child:
- 2:b7ad1da7331a
- Commit message:
- Added comments
Changed in this revision
| DS1820.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DS1820.cpp Sun Mar 15 14:16:16 2015 +0000 +++ b/DS1820.cpp Mon Mar 16 08:35:03 2015 +0000 @@ -1,6 +1,6 @@ #include "DS1820.h" -#define DEBUG 1 +#define DEBUG 0 #if DEBUG extern Serial serial;