Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: STM32_Button_Interrupt_dla_taty
Diff: DS1820.cpp
- Revision:
- 1:e4689408d617
- Parent:
- 0:433af64321d5
- Child:
- 2:b7ad1da7331a
--- 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;