Skip to content

Commit

Permalink
Added mission creation details to README.md.
Browse files Browse the repository at this point in the history
Also fixed double-click to abort a while ago.
  • Loading branch information
WesleyJ-128 committed Sep 25, 2020
1 parent f2f6bba commit 5ad6b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ The screen will then show the name of the current mission across the top; and th
* The top button recalibrates the color sensor

**When a mission is running, all buttons lose their normal function, and will abort the current mission.**

### Adding Missions
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 comments on commit 5ad6b1e

Please sign in to comment.