TP BTS SNEC avec le capteur de température
Dependencies: C12832 LM75B mbed
Fork of app-shield-LM75B by
Revision 9:c85bf418d6bd, committed 2017-10-03
- Comitter:
- rtk
- Date:
- Tue Oct 03 10:11:46 2017 +0000
- Parent:
- 8:e0f3f151c3cc
- Commit message:
- aaa
Changed in this revision
diff -r e0f3f151c3cc -r c85bf418d6bd LM75B.lib --- a/LM75B.lib Fri Aug 01 14:29:15 2014 +0000 +++ b/LM75B.lib Tue Oct 03 10:11:46 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/neilt6/code/LM75B/#fc27dc535ea9 +http://mbed.org/users/neilt6/code/LM75B/#7ac462ba84ac
diff -r e0f3f151c3cc -r c85bf418d6bd main.cpp --- a/main.cpp Fri Aug 01 14:29:15 2014 +0000 +++ b/main.cpp Tue Oct 03 10:11:46 2017 +0000 @@ -9,9 +9,7 @@ int main () { while (1) { - lcd.cls(); - lcd.locate(0,3); - lcd.printf("Temp = %.1f\n", sensor.temp()); + // La méthode temp de LM75B renvoie la température wait(1.0); } }
diff -r e0f3f151c3cc -r c85bf418d6bd mbed.bld --- a/mbed.bld Fri Aug 01 14:29:15 2014 +0000 +++ b/mbed.bld Tue Oct 03 10:11:46 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6213f644d804 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/9296ab0bfc11 \ No newline at end of file