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.
Fork of SHT15_HelloWorld by
Revision 1:29e2252f3bfc, committed 2016-04-30
- 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