Code du capteur de température et d'humidité (Adam Wronski et Nassim Deleau)

Dependencies:   mbed HTU21D

Files at this revision

API Documentation at this revision

Comitter:
Adam06
Date:
Sun Apr 14 15:59:50 2019 +0000
Parent:
1:cfb1e959c32a
Commit message:
Code du capteur d'humidite et de temperature

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
--- a/main.cpp	Tue Mar 24 18:20:38 2015 +0000
+++ b/main.cpp	Sun Apr 14 15:59:50 2019 +0000
@@ -27,7 +27,7 @@
 #include "mbed.h"
 #include "HTU21D.h"
 
-HTU21D temphumid(D14, D15); //Temp humid sensor || SDA, SCL
+HTU21D temphumid(PB_14, PB_13); //Temp humid sensor || SDA, SCL
 int sample_ftemp;
 int sample_ctemp;
 int sample_ktemp;
--- a/mbed.bld	Tue Mar 24 18:20:38 2015 +0000
+++ b/mbed.bld	Sun Apr 14 15:59:50 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/3a7713b1edbc
\ No newline at end of file