Skip to content

Commit 191da90

Browse files
Andre StefanovClutchplateDude
authored andcommitted
PlatformIO integration
1 parent fe77cdd commit 191da90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Software/Arduino code/OpenAstroTracker/OpenAstroTracker.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
1515
=======================================================================================================================================
1616
*/
17+
#pragma once
18+
1719
#include "Globals.hpp"
1820

1921
String version = "V1.7.08";
@@ -22,14 +24,14 @@ String version = "V1.7.08";
2224
// Please see the Globals.h file for configuration of the firmware.
2325
///////////////////////////////////////////////////////////////////////////
2426

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
2628

2729

2830
///////////////////////////////////////////////////////////////////////////
2931
// RA stepper //
3032
///////////////////////////////////////////////////////////////////////////
3133
// 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
3335
float RAStepsPerRevolution = 4096;
3436

3537
// The radius of the surface that the belt runs on (in V1 of the ring) was 168.24mm.

Software/Arduino code/OpenAstroTracker/a_inits.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
//#include <SoftwareSerial.h>
34
#include <EEPROM.h>
45
#include <AccelStepper.h>
56
#include <LiquidCrystal.h>

0 commit comments

Comments
 (0)