Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 2021Bcon OmniPosition PID R1370 ikarashiMDC_2byte_ver omni_wheel
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 = 021;// 通信相手のアドレス 00010 00011 /*PC*/ 00012 static PinName const pcTX = USBTX; 00013 static PinName const pcRX = USBRX; 00014 00015 /*measuring wheelシリアルマルチバイト*/ 00016 static PinName const mwTX = PC_6; 00017 static PinName const mwRX = PC_7; 00018 #endif
Generated on Fri Oct 7 2022 10:26:10 by
1.7.2