- What is the name of the Python package that allows you access to the Raspberry Pi camera module?
A. picamera
- True/false? A Raspberry Pi with code written by students was deployed on the international space station.
A. True
- What sensors are included with Sense HAT?
A. Accelerometer, temperature sensor, magnetometer, barometric pressure sensor, humidity sensor, gyroscope.
- True/false? We do not need to buy a Raspberry Pi Sense HAT for development, as an emulator of this HAT exists in Raspbian.
A. True
- How many ground pins are there on the GPIO?
A. 8
- True/false? Raspberry Pi's GPIO has pins that supply both 5V and 3.3V.
A. True
- What is a Pibrella?
A. Pibrella is a relatively inexpensive Raspberry Pi HAT that makes connecting to the GPIO easy.
- True/false? You may only use a Pibrella on early Raspberry Pi computers.
A. False
- What...