File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
=======================================================================================================================================
16
16
*/
17
+ #pragma once
18
+
17
19
#include " Globals.hpp"
18
20
19
21
String version = " V1.7.08" ;
@@ -22,14 +24,14 @@ String version = "V1.7.08";
22
24
// Please see the Globals.h file for configuration of the firmware.
23
25
// /////////////////////////////////////////////////////////////////////////
24
26
25
- // See NORTHERN_HEMISPHERE in Globals.h if you not in the northern hemisphere
27
+ // See NORTHERN_HEMISPHERE in Globals.hpp if you NOT in the northern hemisphere
26
28
27
29
28
30
// /////////////////////////////////////////////////////////////////////////
29
31
// RA stepper //
30
32
// /////////////////////////////////////////////////////////////////////////
31
33
// This is how many steps your 28BYJ-48 stepper needs for a full rotation. It is almost always 4096.
32
- // This code drives the stepper in halfstep mode for TRK, and full step mode for RA
34
+ // This code drives the stepper in halfstep mode for TRK and DEC , and full step mode for RA
33
35
float RAStepsPerRevolution = 4096 ;
34
36
35
37
// The radius of the surface that the belt runs on (in V1 of the ring) was 168.24mm.
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
+ // #include <SoftwareSerial.h>
3
4
#include < EEPROM.h>
4
5
#include < AccelStepper.h>
5
6
#include < LiquidCrystal.h>
You can’t perform that action at this time.
0 commit comments