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.
Dependencies: HTU21D MD25 TextLCD mbed VCNL4000
Fork of HTU21D_HELLOWORLD by
Revision 5:e0b9e2bf8b35, committed 2015-04-13
- Comitter:
- Guillaume31
- Date:
- Mon Apr 13 16:31:02 2015 +0000
- Parent:
- 4:28ea47b9e0ae
- Commit message:
- LCD + Arret + Luminosite + Temperature + Moteurs
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 28ea47b9e0ae -r e0b9e2bf8b35 main.cpp --- a/main.cpp Mon Apr 13 15:53:33 2015 +0000 +++ b/main.cpp Mon Apr 13 16:31:02 2015 +0000 @@ -3,7 +3,7 @@ #include "MD25.h" // Moteurs #include "TextLCD.h" // Ecran LCD #include "HTU21D.h" // Capteur Temperature / Humidite -#include "VCNL4000.h" // Capteur Luminosite / Distance +#include "VCNL4000.h" // Capteur Luminosite / Distance // Declarations E/S //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////