Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: source/main.cpp
- 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 ========================== */