Skip to content

Commit 5ad6b1e

Browse files
committed
Added mission creation details to README.md.
Also fixed double-click to abort a while ago.
1 parent f2f6bba commit 5ad6b1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ The screen will then show the name of the current mission across the top; and th
1414
* The top button recalibrates the color sensor
1515

1616
**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

Comments
 (0)