![](/media/cache/profiles/5f14615696649541a025d3d0f8e0447f.jpg.50x50_q85.jpg)
LM75Bをmbed LPC1114FN28に繋げて、温度をシリアルコンソールに出力するプログラム
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() {