FEP RX program TokiPS4

Dependencies:   FEP_RX22 mbed

pinconfig.h

Committer:
watarushimoda
Date:
2022-10-08
Revision:
0:c2cc8f4e2ba0

File content as of revision 0:c2cc8f4e2ba0:

#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