use for experiment before the demonstration at open-campus

Dependencies:   FEP ikarashiMDC omni PID R1370

Fork of omni_sample by NagaokaRoboticsClub_mbedTeam

Committer:
tkNara
Date:
Fri Sep 15 10:14:41 2017 +0900
Revision:
16:7eaf3343f45e
Parent:
15:d4ff132a616d
update FEP baud 115200

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;
tknara 11:a2e3d11f5750 6 static PinName const RS485_TX = PC_10;
tknara 11:a2e3d11f5750 7 static PinName const RS485_RX = PC_11;
tknara 11:a2e3d11f5750 8 static PinName const FEP_TX = PA_0;
tknara 11:a2e3d11f5750 9 static PinName const FEP_RX = PA_1;
tknara 10:73148221684e 10 static PinName const R1370_TX = PC_12;
tknara 10:73148221684e 11 static PinName const R1370_RX = PD_2;
tkNara 15:d4ff132a616d 12 static PinName const air1_0 = PB_5;
tkNara 15:d4ff132a616d 13 static PinName const air1_1 = PB_14;
tkNara 15:d4ff132a616d 14 static PinName const air2_0 = PB_3;
tkNara 15:d4ff132a616d 15 static PinName const air2_1 = PB_13;
tkNara 15:d4ff132a616d 16 static PinName const powerSW = PC_8;
UCHITAKE 0:6c83a0871cc3 17 #endif