Questions
- Why is the Pi well suited for projects that require remote data?
- What considerations need to be made when making regular web requests from the Pi?
- Why can we chain the LCD object calls, such asÂ
LCD.clear().home()
? - Why do we use an I2C backpack with our LCD?
- Would we need more components to use the LCD without the backpack?
- Does
LCD.on()
turn on the entire LCD? If not, what does it do?