![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
program for receiving 2021NHK B_team controller
Dependencies: 2021Bcon
Diff: pinconfig.h
- Revision:
- 0:157b6d43eb95
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pinconfig.h Sat Oct 16 05:25:59 2021 +0000 @@ -0,0 +1,15 @@ +#ifndef PIN_CONFIG_H +#define PIN_CONFIG_H + +#include "mbed.h" + +/*FEP*/ +static PinName const fepTX = PC_10; +static PinName const fepRX = PC_11; +static uint8_t const fepad = 005; // 通信相手のアドレス + +/*PC*/ +static PinName const pcTX = USBTX; +static PinName const pcRX = USBRX; + +#endif \ No newline at end of file