Summary
In this chapter, we've learned how to use many different input devices and sensors in order to build Johnny-Five projects that listen to the world around them. We've learned how to listen for events, as well as use both the generic Sensor
object and specialized objects like Button
and Temperature
.
In the next chapter, we'll start looking at moving robots using sensors.