BTSSN Projet Drone Imagerie Télémétrie / Mbed 2 deprecated SHT15_HelloWorld

Dependencies:   SHTx mbed

Fork of SHT15_HelloWorld by Christian Dupaty

Files at this revision

API Documentation at this revision

Comitter:
cdupaty
Date:
Sat Apr 30 17:08:43 2016 +0000
Parent:
0:f850dfb07e93
Commit message:
Test? pour projet BTS SN

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 f850dfb07e93 -r 29e2252f3bfc main.cpp
--- a/main.cpp	Fri Nov 19 16:51:29 2010 +0000
+++ b/main.cpp	Sat Apr 30 17:08:43 2016 +0000
@@ -32,7 +32,8 @@
 
 // I used p9 and p10 here  but you
 // can use any other GPIO as well.
-SHTx::SHT15 sensor(p9, p10);
+//SHTx::SHT15 sensor(p9, p10);
+SHTx::SHT15 sensor(PA_0, PA_1);
 
 int
 main() {
diff -r f850dfb07e93 -r 29e2252f3bfc mbed.bld
--- a/mbed.bld	Fri Nov 19 16:51:29 2010 +0000
+++ b/mbed.bld	Sat Apr 30 17:08:43 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e
+http://mbed.org/users/mbed_official/code/mbed/builds/87f2f5183dfb
\ No newline at end of file