Duy tran / Mbed OS BLE_Bike

Dependencies:   DHT22

Revision:
4:028d880ac83e
Parent:
3:d6fbd4f3a3d4
--- a/source/main.cpp	Fri Nov 03 04:24:42 2017 +0000
+++ b/source/main.cpp	Fri Nov 03 06:17:39 2017 +0000
@@ -10,12 +10,14 @@
   * v0_5: another switch is added.
   * v0_7: thermometer is added. User can view thermomether data on the phone. 
   * v0_8: humidity and air quality are added. User can view measured data on the phone. 
+  * v1_0: a real DHT22 library is added.
   */
 
 /* ======================== INCLUDES ========================= */
 #include <events/mbed_events.h>
 #include <mbed.h>
 #include "ble/BLE.h"
+#include "DHT22.h"
 #include "bike_service.h"
 
 /* ======================== DEFINES ========================== */