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.
Dependents: 2doejemplo Labo_TRSE_Drone
Fork of mbed by
Diff: KL25Z/device.h
- Revision:
- 63:b3110cd2dd17
- Parent:
- 62:7e6c9f46b3bd
diff -r 7e6c9f46b3bd -r b3110cd2dd17 KL25Z/device.h --- a/KL25Z/device.h Wed Apr 17 15:30:58 2013 +0100 +++ b/KL25Z/device.h Wed May 08 14:50:20 2013 +0100 @@ -28,10 +28,10 @@ #define DEVICE_SERIAL 1 #define DEVICE_I2C 1 -#define DEVICE_I2CSLAVE 0 +#define DEVICE_I2CSLAVE 1 #define DEVICE_SPI 1 -#define DEVICE_SPISLAVE 0 +#define DEVICE_SPISLAVE 1 #define DEVICE_CAN 0
