program for receiving 2021NHK B_team controller

Dependencies:   2021Bcon

pinconfig.h

Committer:
piroro4560
Date:
2021-10-16
Revision:
0:157b6d43eb95

File content as of revision 0:157b6d43eb95:

#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