FEP TX program PS4
Dependencies: FEP_TX22 SerialArduino mbed
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 = PB_3; 00008 static PinName const fepRX = PB_4; 00009 static uint8_t const fepad = 005; // 通信相手のアドレス 00010 00011 /*PC*/ 00012 static PinName const pcTX = USBTX; 00013 static PinName const pcRX = USBRX; 00014 00015 /*arduino*/ 00016 static PinName const TXino = PB_6; 00017 static PinName const RXino = PB_7; 00018 00019 #endif
Generated on Wed Oct 5 2022 06:49:16 by
1.7.2