receive f303

Dependencies:   mbed FEP2

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pin_config.h Source File

pin_config.h

00001 
00002 #include "mbed.h"
00003 
00004 /*FEP接続*/
00005 static PinName const FEP_TX = PA_9;
00006 static PinName const FEP_RX = PA_10;
00007 
00008 /*PC接続*/
00009 static PinName const PC_TX  = USBTX;
00010 
00011 /*LED接続*/
00012 static PinName const LED_0  = PB_3;
00013 
00014 /*非常停止基板接続*/
00015 static PinName const Em_POWER_0  = D2;
00016 static PinName const Em_POWER_1  = D3;
00017