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.
Dependencies: C12832_lcd LM75B mbed
Fork of Ex6-1 by
Revision 1:9ac18dc17a3a, committed 2015-11-13
- Comitter:
- mijimy
- Date:
- Fri Nov 13 02:55:12 2015 +0000
- Parent:
- 0:79f59d830953
- Commit message:
- readjust library;
Changed in this revision
| LM75B.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LM75B.lib Fri Nov 13 02:43:20 2015 +0000 +++ b/LM75B.lib Fri Nov 13 02:55:12 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/chris/code/LM75B/#6a70c9303bbe +http://mbed.org/users/neilt6/code/LM75B/#7ac462ba84ac
--- a/main.cpp Fri Nov 13 02:43:20 2015 +0000
+++ b/main.cpp Fri Nov 13 02:55:12 2015 +0000
@@ -14,7 +14,7 @@
int main ()
{
- float board_temp;
+ float board_temp=0.0;
float alarm_temp = 0.0;
// generate a 800Hz tone using PWM hardware output
speaker.period(1.0/800.0); // 800hz period
