GSOE Belueftung DS18B20
Dependencies: LCD_i2c_GSOE DS1820
Revision 5:4f7330bb1b64, committed 2019-01-21
- Comitter:
- hudakz
- Date:
- Mon Jan 21 11:40:17 2019 +0000
- Parent:
- 4:d263a2860484
- Child:
- 6:d68db387a734
- Commit message:
- Updated.
Changed in this revision
--- a/DS1820.lib Sun Jan 20 10:13:38 2019 +0000 +++ b/DS1820.lib Mon Jan 21 11:40:17 2019 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/hudakz/code/DS1820/#b02fa18b294a +http://developer.mbed.org/users/hudakz/code/DS1820/#c3c7911735ec
--- a/main.cpp Sun Jan 20 10:13:38 2019 +0000 +++ b/main.cpp Mon Jan 21 11:40:17 2019 +0000 @@ -11,7 +11,7 @@ Serial pc(USBTX, USBRX); DigitalOut led(LED1); -DS1820 ds1820(p8); // substitute p8 with actual mbed pin name connected to the DS1820 data pin +DS1820 ds1820(PB_9); // substitute p8 with actual mbed pin name connected to the DS1820 data pin float temp = 0; int result = 0;
--- a/mbed.bld Sun Jan 20 10:13:38 2019 +0000 +++ b/mbed.bld Mon Jan 21 11:40:17 2019 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/4336505e4b1c \ No newline at end of file +https://os.mbed.com/users/mbed_official/code/mbed/builds/3a7713b1edbc \ No newline at end of file