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: KL25Z_ClockControl MODSERIAL mbed
Fork of EtherCAT-XbusMaster by
Diff: EtherCAT/cpuinit.h
- Revision:
- 2:3dd1240eb938
- Parent:
- 1:5e22bf1a3817
- Child:
- 5:6d75f432a41f
--- a/EtherCAT/cpuinit.h Thu Dec 11 21:16:00 2014 +0000 +++ b/EtherCAT/cpuinit.h Thu Dec 11 21:49:07 2014 +0000 @@ -34,14 +34,14 @@ extern void cpuinit(void); -#define SHOE_SERIAL_TX PA_9 -#define SHOE_SERIAL_RX PA_10 -#define ET1100_MOSI PB_5 -#define ET1100_MISO PB_4 -#define ET1100_SCK PB_3 -#define ET1100_SS PB_10 -#define LED_PIN PA_5 -extern Serial shoe_serial; +//#define SHOE_SERIAL_TX PA_9 +//#define SHOE_SERIAL_RX PA_10 +#define ET1100_MOSI PTD2 +#define ET1100_MISO PTD3 +#define ET1100_SCK PTD1 +#define ET1100_SS PTD0 +#define LED_PIN LED_GREEN +//extern Serial shoe_serial; extern DigitalOut led; extern DigitalOut et1100_ss; extern DigitalIn et1100_miso;
