Lab 3 Temp on LCD
Dependencies: C12832 LM75B mbed
Fork of app-board-LM75B by
Diff: main.cpp
- Revision:
- 5:608f2bf4d3f7
- Parent:
- 4:6df97cb10041
- Child:
- 6:7ad7cd03f029
diff -r 6df97cb10041 -r 608f2bf4d3f7 main.cpp --- a/main.cpp Tue Oct 29 06:51:26 2013 +0000 +++ b/main.cpp Thu Feb 06 14:05:51 2014 +0000 @@ -1,8 +1,9 @@ #include "mbed.h" #include "LM75B.h" -#include "C12832_lcd.h" +#include "C12832.h" -C12832_LCD lcd; +C12832 lcd(p5, p7, p6, p8, p11); + LM75B sensor(p28,p27); Serial pc(USBTX,USBRX);