NagaokaRoboticsClub_mbedTeam
/
mbed-os-RX-test
ver1
Diff: pin_config.h
- Revision:
- 1:393502eef76d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pin_config.h Tue Aug 28 04:43:49 2018 +0000 @@ -0,0 +1,8 @@ +#ifndef MBED_PIN_CONFIG_H +#define MBED_PIN_CONFIG_H + +#define FEP_TX PA_0 +#define FEP_RX PA_1 +#define FEP_NUM 211 + +#endif