SE1

Dependencies:   i2cslave mbed

Revision:
1:9c35cd14067d
Parent:
0:51438a7d7c37
--- a/main.cpp	Sat Sep 10 08:03:25 2016 +0000
+++ b/main.cpp	Fri Sep 30 12:33:59 2016 +0000
@@ -17,7 +17,7 @@
     tic.attach(check, 0.1);
     BusIn pins(dp1, dp6, dp9, dp14, dp17, dp24, dp18, dp2);
     i2cslave myi2c(dp5, dp27, Registar);
-    myi2c.address(SE1_addr);
+    myi2c.address(SE2_addr);
     myi2c.frequency(1000000);
     while(1)
     {