FEP RX program TokiPS4

Dependencies:   FEP_RX22 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pinconfig.h Source File

pinconfig.h

00001 #ifndef PIN_CONFIG_H
00002 #define PIN_CONFIG_H
00003 
00004 #include "mbed.h"
00005 
00006 /*FEP*/
00007 static PinName const fepTX = PC_12;
00008 static PinName const fepRX = PD_2;
00009 static uint8_t const fepad = 004; // 通信相手のアドレス
00010 
00011 /*PC*/
00012 static PinName const pcTX = USBTX;
00013 static PinName const pcRX = USBRX;
00014 
00015 #endif