Lego EV3 Cruise Control

Welcome back Lego EV3 class 6. The objective for this class is to control the vehicle speed by using two buttons, same as real world cruise control in every car. How to change the speed setting value while the motor is running, that is called interrupt. The button click could interrupt the routing anytime, change the speed value up or down by 10%, then the motor execute the new value. We also introduced another useful tool is the user build block. It will help us to organize the main program better and reuse lot of codes. Next class, we are going to review all programs we already learn from previous class, see if you can save them into custom build blocks for future use. And we will prepare for the final challenge. 

Play2Learn Education