![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
FEP RX program TokiPS4
Diff: pinconfig.h
- Revision:
- 0:c2cc8f4e2ba0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pinconfig.h Sat Oct 08 10:20:18 2022 +0000 @@ -0,0 +1,15 @@ +#ifndef PIN_CONFIG_H +#define PIN_CONFIG_H + +#include "mbed.h" + +/*FEP*/ +static PinName const fepTX = PC_12; +static PinName const fepRX = PD_2; +static uint8_t const fepad = 004; // 通信相手のアドレス + +/*PC*/ +static PinName const pcTX = USBTX; +static PinName const pcRX = USBRX; + +#endif \ No newline at end of file