6°A PIO IX TP1. Ejercicio 1. ALMADA, Santiago MAVER, Francisco
Dependencies: LinkedList
Revision 16:08c7dd8ccb4c, committed 2019-05-30
- Comitter:
- Franmaver
- Date:
- Thu May 30 22:37:33 2019 +0000
- Parent:
- 15:236eb8f8e73a
- Commit message:
- TP1_Ejer1_MAVER,ALMADA
Changed in this revision
DS1820.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 236eb8f8e73a -r 08c7dd8ccb4c DS1820.cpp --- a/DS1820.cpp Sat Mar 11 20:35:59 2017 +0000 +++ b/DS1820.cpp Thu May 30 22:37:33 2019 +0000 @@ -49,7 +49,7 @@ INIT_DELAY; if (!unassignedProbe(&_datapin, _ROM)) - error("No unassigned DS1820 found!\n"); + printf("No unassigned DS1820 found!\n"); else { _datapin.input(); probes.append(this);