Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FEP_TX22 SerialArduino mbed
Diff: pinconfig.h
- Revision:
- 0:df41f530dbd9
- Child:
- 2:81cf98f7f721
diff -r 000000000000 -r df41f530dbd9 pinconfig.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pinconfig.h Wed Oct 05 01:13:12 2022 +0000 @@ -0,0 +1,19 @@ +#ifndef PIN_CONFIG_H +#define PIN_CONFIG_H + +#include "mbed.h" + +/*FEP*/ +static PinName const fepTX = PB_3; +static PinName const fepRX = PB_4; +static uint8_t const fepad = 005; // 通信相手のアドレス + +/*PC*/ +static PinName const pcTX = USBTX; +static PinName const pcRX = USBRX; + +/*arduino*/ +static PinName const TXino = PB_6; +static PinName const RXino = PB_7; + +#endif \ No newline at end of file