HTU21D-F with board Nucleo_F411RE

Dependencies:   HTU21D mbed

Fork of HTU21D_HELLOWORLD by Alex Lipford

Files at this revision

API Documentation at this revision

Comitter:
Guillaume31
Date:
Tue Mar 24 18:20:38 2015 +0000
Parent:
0:8c0ef32974f0
Commit message:
HTU21D-F With Nucl?o F411RE

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 8c0ef32974f0 -r cfb1e959c32a main.cpp
--- a/main.cpp	Sun Oct 19 19:29:21 2014 +0000
+++ b/main.cpp	Tue Mar 24 18:20:38 2015 +0000
@@ -27,7 +27,7 @@
 #include "mbed.h"
 #include "HTU21D.h"
 
-HTU21D temphumid(p9, p10); //Temp humid sensor || SDA, SCL
+HTU21D temphumid(D14, D15); //Temp humid sensor || SDA, SCL
 int sample_ftemp;
 int sample_ctemp;
 int sample_ktemp;
@@ -44,5 +44,6 @@
         printf("Temperature: %d K\n\r", sample_ktemp);
         printf("Humidity: %d %%\n\r", sample_humid);
         printf("\n\r");
+        wait(5);
     }
 }
diff -r 8c0ef32974f0 -r cfb1e959c32a mbed.bld
--- a/mbed.bld	Sun Oct 19 19:29:21 2014 +0000
+++ b/mbed.bld	Tue Mar 24 18:20:38 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0
\ No newline at end of file