- True/false? A servo may be used as an IoT device.
A. True
- True/false? Changing the minimum and maximum pulse width values on the Servo object modifies the range of the servo.
A. True - Why do we add a delay before calling the close() method of the Servo object?
A. To delay closing the servo so that it will not be closed prior to being set to its position.
- True/false? We do not need a getTemperature() method in our WeatherData class.
A. True
- True/false? A flashing LED on our dashboard indicates a clear and cloudless day.
A. False
- What do we use a pair of shorts on our dashboard to indicate?
A. Summer weather
- Where would you use a regular expression in our code?
A. In the getLEDValue method.
- Why do we import time in our code?
A. To delay closing the connection to the servo
- True/false? An IoT enabled servo can only be used to indicate...