1. Task 1 - Introduction to Edison
For each of the tasks below, copy the code into EdPy and follow the instructions.
1.1 Analyse
Instructions
By reading the code have a guess at what the Edison will do.
Download the code to your Edison and describe what the Edison does. Is it similar to what you guessed above?
Code - Click to expand
Be mindful to maintain the lines and tabs (indentation) when pasting into the EdPy editor.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
1.2 Spin Right
Instructions
Edit the code so that the Edison only spins to the right. Program the Edison and test.
1.3 Increase Speed
Instructions
Edit the code again so that the Edison spins faster. Program and observe the result.