Common Computer Science References
At the end of this lesson, you will be able to:
combine different controllers together
servo and distance sensor
once you know how to use several controllers, you can now combine them together
nil
create project with a distance sensor and a servo:
when the distance is less than 50 cm, make the servo move
if you finish early, write the above program on your CircuitPython board