testing to print % character. DONE

Dependencies:   DHT mbed

Fork of TestingDHT22sensor by E2I4-PL1-DDVT

Revision:
3:6b640fc3ef2a
Parent:
2:0000f06c0076
Child:
4:a5d7a7910e35
--- a/main.cpp	Tue Sep 18 10:01:17 2018 +0000
+++ b/main.cpp	Tue Sep 18 10:09:16 2018 +0000
@@ -14,7 +14,9 @@
        if (err==0) {
           Error=0; 
           printf("T: %.1f C",dht22.ReadTemperature(CELCIUS));
-          printf(" H %.1f \n\r",dht22.ReadHumidity());
+          printf(" H %.1f",dht22.ReadHumidity());
+          printf("%");
+          printf("\n\r");
        }
        else {
          Error=1;