This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Step 1: Import the libraries we need | |
import pygame.mixer | |
import RPi.GPIO as GPIO | |
import glob | |
import random | |
import time | |
#Step 2: Fire up the sound mixer | |
pygame.mixer.init() |