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.
Revision 6:d68db387a734, committed 2019-01-26
- Comitter:
- hudakz
- Date:
- Sat Jan 26 21:22:44 2019 +0000
- Parent:
- 5:4f7330bb1b64
- Child:
- 7:8beaacebc82d
- Commit message:
- Updated.
Changed in this revision
| DS1820.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DS1820.lib Mon Jan 21 11:40:17 2019 +0000 +++ b/DS1820.lib Sat Jan 26 21:22:44 2019 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/hudakz/code/DS1820/#c3c7911735ec +http://developer.mbed.org/users/hudakz/code/DS1820/#9ff584b9809f
--- a/main.cpp Mon Jan 21 11:40:17 2019 +0000
+++ b/main.cpp Sat Jan 26 21:22:44 2019 +0000
@@ -11,7 +11,7 @@
Serial pc(USBTX, USBRX);
DigitalOut led(LED1);
-DS1820 ds1820(PB_9); // substitute p8 with actual mbed pin name connected to the DS1820 data pin
+DS1820 ds1820(PB_11); // substitute p8 with actual mbed pin name connected to the DS1820 data pin
float temp = 0;
int result = 0;
@@ -64,4 +64,5 @@
-
\ No newline at end of file
+
+