![](/media/cache/profiles/8138ec4f8dbf9991f277b91dd462de7d.jpg.50x50_q85.png)
Initial I2C Working
Diff: main.cpp
- Revision:
- 3:c6aad2355a40
- Parent:
- 2:832cb4376d2a
--- a/main.cpp Wed Mar 29 17:55:38 2017 +0000 +++ b/main.cpp Thu Mar 30 06:27:48 2017 +0000 @@ -1,7 +1,11 @@ #include "mbed.h" #include "MCP9803.h" -MCP9803 TempSensor(PB_9,PB_8,0x90,100000); +////F446RE Board +//MCP9803 TempSensor(PB_9,PB_8,0x90,100000); + +//F042K6 Board +MCP9803 TempSensor(PB_7,PB_6,0x90,100000); int main() {