NagaokaRoboticsClub_mbedTeam
/
mbed-os-RX-test
ver1
pin_config.h@2:a21c9bc3e33a, 2018-08-28 (annotated)
- Committer:
- skouki
- Date:
- Tue Aug 28 05:07:32 2018 +0000
- Revision:
- 2:a21c9bc3e33a
- Parent:
- 1:393502eef76d
????????????
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
skouki | 1:393502eef76d | 1 | #ifndef MBED_PIN_CONFIG_H |
skouki | 1:393502eef76d | 2 | #define MBED_PIN_CONFIG_H |
skouki | 1:393502eef76d | 3 | |
skouki | 1:393502eef76d | 4 | #define FEP_TX PA_0 |
skouki | 1:393502eef76d | 5 | #define FEP_RX PA_1 |
skouki | 1:393502eef76d | 6 | #define FEP_NUM 211 |
skouki | 1:393502eef76d | 7 | |
skouki | 1:393502eef76d | 8 | #endif |