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 LM75B by
Revision 5:f8b36d66b768, committed 2013-08-07
- Comitter:
- neilt6
- Date:
- Wed Aug 07 18:34:19 2013 +0000
- Parent:
- 4:06676376766a
- Child:
- 6:6b8a9d1ad49a
- Commit message:
- Added newline to bottom of LM75B.h to fix Keil ?Vision4 warning
Changed in this revision
| LM75B.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LM75B.h Fri Aug 02 22:00:15 2013 +0000
+++ b/LM75B.h Wed Aug 07 18:34:19 2013 +0000
@@ -193,4 +193,4 @@
void _writeTempHelper(char reg, float temp);
};
-#endif
\ No newline at end of file
+#endif
