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.
Diff: PinConfig.h
- Revision:
- 2:1d151fd48b1e
- Parent:
- 1:2cc4ff8ca2d2
- Child:
- 3:772ba99eaf85
--- a/PinConfig.h Fri Dec 13 09:42:33 2019 +0000 +++ b/PinConfig.h Fri Dec 20 07:43:26 2019 +0000 @@ -3,9 +3,12 @@ //FEP const PinName FEPTX = PC_10; const PinName FEPRX = PC_11; +//RS485 +const PinName RS485TX = PC_12; +const PinName RS485RX = PD_2; //PC -const PinName PCTX = PC_12; -const PinName PCRX = PD_2; +const PinName PCTX = PA_2; +const PinName PCRX = PA_3; //R1370 const PinName R1370TX = PC_6; const PinName R1370RX = PC_7;