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.
Fork of S_SCTRL_SMlib by
Diff: S_SCTRL_SM1_PinDef.h
- Revision:
- 9:20f21cb7792e
- Parent:
- 8:fe1477cd1c14
- Child:
- 10:1cae1504a800
--- a/S_SCTRL_SM1_PinDef.h Tue Sep 16 19:36:21 2014 +0000 +++ b/S_SCTRL_SM1_PinDef.h Fri Sep 19 16:26:15 2014 +0000 @@ -4,13 +4,13 @@ /* * v 1.11 corrected LVDS_MOSI from B1 to E1 * v 1.12 corrected for LDIR values - + * v 1.13 corrected for RDIR values */ -#define PINDEF_VER "1.12" +#define PINDEF_VER "1.13" #define MOSI PTE1 #define MISO PTB8 @@ -75,8 +75,8 @@ #define LDIR_OUT 1 #define LDIR_IN 0 -#define RDIR_OUT 0 -#define RDIR_IN 1 +#define RDIR_OUT 1 +#define RDIR_IN 0 #define LEDRED PTB18 #define LEDGREEN PTB19
