うおーるぼっとLEDのワークショップ用

Dependencies:   mbed

Revision:
1:b9cd4ab5ead7
Parent:
0:9fcc79b3f00e
Child:
3:b707c09b4433
diff -r 9fcc79b3f00e -r b9cd4ab5ead7 wallbotLED/wallbotLED.cpp
--- a/wallbotLED/wallbotLED.cpp	Fri Feb 03 06:26:54 2017 +0000
+++ b/wallbotLED/wallbotLED.cpp	Fri Feb 03 13:21:41 2017 +0000
@@ -40,8 +40,8 @@
 	SetFloorSensorGain(SENSOR_VAL_GAIN_DEFAULT);
 	_mpu.initialize();
 	_sw.mode(PullUp);
-	//_matrix1.begin(0x71);
-	_matrix1.begin(0x74);
+	_matrix1.begin(0x71);
+	//_matrix1.begin(0x74);
     _matrix2.begin(0x70);
     _matrix1.clear();
     _matrix2.clear();