Skip to content

Commit a28daac

Browse files
POI Updates
1 parent 84cb2d2 commit a28daac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Software/Arduino code/OpenAstroTracker/c722_menuPOI.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ PointOfInterest pointOfInterest[] = {
1515
{ ">Polaris" , 2, 57, 56, 89, 21, 2 },
1616
{ ">Big Dipper" , 12, 16, 26, 56, 55, 7 },
1717
{ ">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 },
1821
{ ">M81 Bodes Galxy", 9, 57, 13, 68, 58, 1 },
19-
22+
{ ">M101 Pinwheel", 14, 3, 56, 54, 15, 0 },
2023
// Add new items above here, not below.
2124
{ ">Home" , 0, 0, 0, 90, 0, 0 },
2225
{ ">Park" , 0, 0, 0, 90, 0, 0 },

0 commit comments

Comments
 (0)