send blue pill

Dependencies:   mbed FEP_send

pin_config.h

Committer:
THtakahiro702286
Date:
2021-10-11
Revision:
1:5443e92b08c8
Parent:
0:bc0103df8555

File content as of revision 1:5443e92b08c8:

#ifndef PIN_CONFIG_H
#define PIN_CONFIG_H

#include "mbed.h"

/*FEP接続*/
static PinName const FEP_TX = PA_9;
static PinName const FEP_RX = PA_10;

/*PC接続*/
static PinName const PC_TX  = USBTX;

/*LED接続*/
static PinName const LED_0  = PB_7;

/*非常停止スイッチ接続*/
static PinName const Em_SW  = PB_0;
#endif