send blue pill

Dependencies:   mbed FEP_send

pin_config.h

Committer:
THtakahiro702286
Date:
2021-10-08
Revision:
0:bc0103df8555
Child:
1:5443e92b08c8

File content as of revision 0:bc0103df8555:

#ifndef PIN_CONFIG_H
#define PIN_CONFIG_H

#include "mbed.h"

/*FEP接続*/
static PinName const FEP_TX = PB_10;
static PinName const FEP_RX = PB_11;

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

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

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