testing to print % character. DONE

Dependencies:   DHT mbed

Fork of TestingDHT22sensor by E2I4-PL1-DDVT

Revision:
1:589c89f605a0
Parent:
0:a0ff5f6630fa
Child:
2:0000f06c0076
diff -r a0ff5f6630fa -r 589c89f605a0 main.cpp
--- a/main.cpp	Tue Sep 18 09:26:12 2018 +0000
+++ b/main.cpp	Tue Sep 18 09:53:13 2018 +0000
@@ -4,7 +4,7 @@
 
 DigitalOut myled(LED1);
 DigitalOut Error(LED2);
-DHT dht22(PB_8,DHT22);  
+DHT dht22(D4,DHT22);  
 
 int main() {
     printf("Starting!!!\r\n");