You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,6 @@ The screen will then show the name of the current mission across the top; and th
14
14
* The top button recalibrates the color sensor
15
15
16
16
**When a mission is running, all buttons lose their normal function, and will abort the current mission.**
17
+
18
+
### Adding Missions
19
+
To add a mission, simply create a new function in ``Missions.py``. Mission Names should be prefaced with a##, where ## is two numbers. These numbers will not show up on the display, they are used to alphabetically order the missions; a00 is first, followed by a01, and so on. It is reccomended that spaces are left between the numbers (a00, a05, a10...), to allow for future missions.
0 commit comments