FEP RX program TokiPS4
Embed:
(wiki syntax)
Show/hide line numbers
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
Generated on Sat Oct 8 2022 10:22:43 by
1.7.2