use for experiment before the demonstration at open-campus

Dependencies:   FEP ikarashiMDC omni PID R1370

Fork of omni_sample by NagaokaRoboticsClub_mbedTeam

Committer:
UCHITAKE
Date:
Mon Jul 03 14:24:30 2017 +0000
Revision:
0:6c83a0871cc3
Child:
5:dee9310ec990
first commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
UCHITAKE 0:6c83a0871cc3 1 #ifndef pin_config
UCHITAKE 0:6c83a0871cc3 2 #define pin_config
UCHITAKE 0:6c83a0871cc3 3
UCHITAKE 0:6c83a0871cc3 4 static PinName const i2c_sda = PB_9;
UCHITAKE 0:6c83a0871cc3 5 static PinName const i2c_scl = PB_8;
UCHITAKE 0:6c83a0871cc3 6
UCHITAKE 0:6c83a0871cc3 7 #endif