File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
#include " Globals.h"
18
18
19
- String version = " V1.6.58 " ;
19
+ String version = " V1.6.59 " ;
20
20
21
21
// /////////////////////////////////////////////////////////////////////////
22
22
// Please see the Globals.h file for configuration of the firmware.
Original file line number Diff line number Diff line change 103
103
104
104
// DEC Motor pins
105
105
#ifdef INVERT_DEC_DIR
106
- #define DECmotorPin1 30 // IN1 auf ULN2003 driver 2
107
- #define DECmotorPin3 32 // IN2 auf ULN2003 driver 2
108
- #define DECmotorPin2 34 // IN3 auf ULN2003 driver 2
109
- #define DECmotorPin4 36 // IN4 auf ULN2003 driver 2
110
- #else
111
106
#define DECmotorPin1 36 // IN1 auf ULN2003 driver 2
112
107
#define DECmotorPin3 34 // IN2 auf ULN2003 driver 2
113
108
#define DECmotorPin2 32 // IN3 auf ULN2003 driver 2
114
109
#define DECmotorPin4 30 // IN4 auf ULN2003 driver 2
110
+ #else
111
+ #define DECmotorPin1 30 // IN1 auf ULN2003 driver 2
112
+ #define DECmotorPin3 32 // IN2 auf ULN2003 driver 2
113
+ #define DECmotorPin2 34 // IN3 auf ULN2003 driver 2
114
+ #define DECmotorPin4 36 // IN4 auf ULN2003 driver 2
115
115
#endif
116
116
#endif
117
117
You can’t perform that action at this time.
0 commit comments