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_HelloWorld by
Revision 8:08131df17a03, committed 2016-02-03
- Comitter:
- jksoft
- Date:
- Wed Feb 03 14:48:49 2016 +0000
- Parent:
- 7:c2061c591c28
- Commit message:
- ?????mbed LPC1114FN28????
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 30 19:05:05 2014 +0000
+++ b/main.cpp Wed Feb 03 14:48:49 2016 +0000
@@ -2,7 +2,7 @@
#include "LM75B.h"
//Create an LM75B object at the default address (ADDRESS_0)
-LM75B sensor(p28, p27);
+LM75B sensor(dp5, dp27);
int main()
{
