By the end of this project, you should be able to answer the following:
- How to work with variables
- What is a variable?
- What data types are there?
- How to control program execution
- What is
task main? - What are
if,else if, andelseblocks? - What are
forloop structures? - What are
whileloop structures? - How can I make the program wait a few seconds?
- What is
- How to configure motors and sensors
- How to work with motors
- How can I set motor power levels?
- How does "power" relate to output speed and force?
- How can I stop a motor?
- How to work with sensors
- What types of sensors there are and what they do?
- How can I get input data from a sensor?
