- True/false? The LEDBoard object allows us to control many LEDs at the same time.
A. True
- True/false? The notes list on the RobotCamera object is used to move the camera mount.
A. False
- True/false? The adversaries in our fictional story love to dance.
A. True
- What is the difference between the dance and secret_dance methods?
A. secret_dance takes a picture
- What is the name of the gpiozero library for robots?
A. Robot
- What is the police whistle inspired term given to exposing crime?
A. Whistles blower
- True/false? Encapsulating control code is a meaningless and unnecessary step.
A. False
- What is the purpose of the class TailLights?
A. To encapsulate LED blinking patterns
- Which class and method would we use to turn the robot car right?
A. Robot class and right() method
- What is the purpose of the RobotCamera class?
A. To encapsulate the head movements...