program for receiving 2021NHK B_team controller
Dependencies: 2021Bcon
pinconfig.h
- Committer:
- piroro4560
- Date:
- 2021-10-16
- Revision:
- 1:0cc19b454fc6
- Parent:
- 0:157b6d43eb95
File content as of revision 1:0cc19b454fc6:
#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