hw functions for the SOLID slow control
Dependents: S_SCTRL_e_test SPItest sscm
Diff: S_SCTRL_SM1_PinDef.h
- Revision:
- 11:0416cf017b7a
- Parent:
- 10:1cae1504a800
- Child:
- 16:6bbb6bb0678a
diff -r 1cae1504a800 -r 0416cf017b7a S_SCTRL_SM1_PinDef.h --- a/S_SCTRL_SM1_PinDef.h Sun Oct 05 17:11:18 2014 +0000 +++ b/S_SCTRL_SM1_PinDef.h Tue Oct 14 17:05:20 2014 +0000 @@ -5,12 +5,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 + * v 1.15 added call active levels */ -#define PINDEF_VER "1.14" +#define PINDEF_VER "1.15" #define MOSI PTE1 #define MISO PTB8 @@ -78,6 +79,10 @@ #define RDIR_OUT 1 #define RDIR_IN 0 +#define CAL_ACTIVE 0 +#define CAL_DEACTIVE 1 + + #define LEDRED PTB18 #define LEDGREEN PTB19 #define LEDBLUE PTD1