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: SerialMultiByte measuring_wheel SoftPWM Eigen
pin_config.h
- Committer:
- ec30109b
- Date:
- 2019-09-03
- Revision:
- 6:f4a6cc918833
File content as of revision 6:f4a6cc918833:
#ifndef PIN_CONFIG_H
#define PIN_CONFIG_H
const PinName mainTX = PC_12;
const PinName mainRX = PD_2;
const PinName R1370TX = PC_10;
const PinName R1370RX = PC_11;
const PinName encoder1_a = PA_0;
const PinName encoder1_b = PA_1;
const PinName encoder2_a = PA_8;
const PinName encoder2_b = PA_9;
const PinName encoder3_a = PB_6;
const PinName encoder3_b = PB_7;
#endif