Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 904 Bytes

learn.md

File metadata and controls

13 lines (10 loc) · 904 Bytes

By creating a GPIO music box with your Raspberry Pi you will learn:

  • How to play sounds in Python with PyGame
  • How to connect a button to the GPIO pins on a Raspberry Pi
  • How to use the Python GPIO Zero library to connect button presses to function calls
  • How to use the dictionary data structure in Python
  • How to ensure code is easy to extend a simple project to do more

This resource covers elements from the following strands of the Raspberry Pi Digital Making Curriculum: