LM75Bをmbed LPC1114FN28に繋げて、温度をシリアルコンソールに出力するプログラム

Dependencies:   LM75B mbed

Fork of LM75B_HelloWorld by Neil Thiessen

Files at this revision

API Documentation at this revision

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()
 {