We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc5311 commit 80d41f9Copy full SHA for 80d41f9
Software/Arduino code/OpenAstroTracker/Configuration_pins.hpp
@@ -39,14 +39,14 @@
39
40
#if AZIMUTH_ALTITUDE_MOTORS == 1
41
// Azimuth and Altitude pins
42
- #define AZ_IN1_PIN 46
43
- #define AZ_IN2_PIN 48
44
- #define AZ_IN3_PIN 50
45
- #define AZ_IN4_PIN 52
46
- #define ALT_IN1_PIN 47
47
- #define ALT_IN2_PIN 49
48
- #define ALT_IN3_PIN 51
49
- #define ALT_IN4_PIN 53
+ #define ALT_IN1_PIN 46
+ #define ALT_IN2_PIN 48
+ #define ALT_IN3_PIN 50
+ #define ALT_IN4_PIN 52
+ #define AZ_IN1_PIN 47
+ #define AZ_IN2_PIN 49
+ #define AZ_IN3_PIN 51
+ #define AZ_IN4_PIN 53
50
#endif
51
//---------------
52
// MISC PINS amd SETTINGS
0 commit comments