Code sync and fixed compile error for Mbed OS5

Dependencies:   DHT

Files at this revision

API Documentation at this revision

Comitter:
Daniel_Lee
Date:
Fri Nov 08 04:22:31 2019 +0000
Parent:
1:6bcb143683f3
Child:
3:264755aa4608
Commit message:
Fork and code sync with Mbed OS5;

Changed in this revision

DHT.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
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
--- a/DHT.lib	Tue Mar 10 21:33:31 2015 +0000
+++ b/DHT.lib	Fri Nov 08 04:22:31 2019 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/components/code/DHT/#df22ddf10d75
+https://os.mbed.com/users/Daniel_Lee/code/DHT/#1b4e37ce64f8
--- a/main.cpp	Tue Mar 10 21:33:31 2015 +0000
+++ b/main.cpp	Fri Nov 08 04:22:31 2019 +0000
@@ -2,7 +2,7 @@
 #include "mbed.h"
 #include "DHT.h"
 
-DHT sensor(D4, DHT11);
+DHT sensor(D14, DHT22);
 
 int main()
 {
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-os.lib	Fri Nov 08 04:22:31 2019 +0000
@@ -0,0 +1,1 @@
+https://github.com/ARMmbed/mbed-os/#3a57ec7401a77b8b98f6356a1498cb154229483f
--- a/mbed.bld	Tue Mar 10 21:33:31 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013
\ No newline at end of file