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.
pinconfig.h
- Committer:
 - watarushimoda
 - Date:
 - 2022-10-08
 - Revision:
 - 0:c2cc8f4e2ba0
 
File content as of revision 0:c2cc8f4e2ba0:
#ifndef PIN_CONFIG_H
#define PIN_CONFIG_H
#include "mbed.h"
/*FEP*/
static PinName const fepTX = PC_12;
static PinName const fepRX = PD_2;
static uint8_t const fepad = 004; // 通信相手のアドレス
/*PC*/
static PinName const pcTX = USBTX;
static PinName const pcRX = USBRX;
#endif