use for experiment before the demonstration at open-campus

Dependencies:   FEP ikarashiMDC omni PID R1370

Fork of omni_sample by NagaokaRoboticsClub_mbedTeam

Revision:
0:6c83a0871cc3
Child:
5:dee9310ec990
diff -r 000000000000 -r 6c83a0871cc3 pin_config.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pin_config.h	Mon Jul 03 14:24:30 2017 +0000
@@ -0,0 +1,7 @@
+#ifndef pin_config
+#define pin_config
+
+static PinName const i2c_sda = PB_9;
+static PinName const i2c_scl = PB_8;
+
+#endif