We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cb2d2 commit a28daacCopy full SHA for a28daac
1 file changed
Software/Arduino code/OpenAstroTracker/c722_menuPOI.ino
@@ -15,8 +15,11 @@ PointOfInterest pointOfInterest[] = {
15
{ ">Polaris" , 2, 57, 56, 89, 21, 2 },
16
{ ">Big Dipper" , 12, 16, 26, 56, 55, 7 },
17
{ ">M31 Andromeda" , 0, 43, 52, 41, 22, 53 },
18
+ { ">M42 Orion Nbula", 5, 36, 18, -5, 22, 44 },
19
+ { ">M51 Whirlpool" , 13, 30, 45, 47, 05, 21 },
20
+ { ">M63 Sunflower" , 13, 16, 45, 41, 55, 14 },
21
{ ">M81 Bodes Galxy", 9, 57, 13, 68, 58, 1 },
-
22
+ { ">M101 Pinwheel", 14, 3, 56, 54, 15, 0 },
23
// Add new items above here, not below.
24
{ ">Home" , 0, 0, 0, 90, 0, 0 },
25
{ ">Park" , 0, 0, 0, 90, 0, 0 },
0 commit comments