use for experiment before the demonstration at open-campus

Dependencies:   FEP ikarashiMDC omni PID R1370

Fork of omni_sample by NagaokaRoboticsClub_mbedTeam

pin_config.h

Committer:
UCHITAKE
Date:
2017-07-03
Revision:
0:6c83a0871cc3
Child:
5:dee9310ec990

File content as of revision 0:6c83a0871cc3:

#ifndef pin_config
#define pin_config

static PinName const i2c_sda = PB_9;
static PinName const i2c_scl = PB_8;

#endif