Skip to content

Commit bad7546

Browse files
authored
Merge pull request #2317 from adafruit/magic_band_reader_upate
adding sounds to magic band reader
2 parents fcce05e + 6e8c260 commit bad7546

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

Magic_Band_Reader/code.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ def play_wav(name):
3838

3939
#List of audio files
4040
sounds = [
41-
'electrons',
41+
'chime',
42+
'excellent',
43+
'foolish',
4244
'hello',
43-
'meetyou',
44-
'excellent22',
45-
'whhaatt',
46-
'uhoh-adabot'
45+
'operational',
46+
'startours'
4747
]
4848
while True:
4949
print("Waiting for button press to continue!")

Magic_Band_Reader/sounds/chime.wav

129 KB
Binary file not shown.
43.1 KB
Binary file not shown.
132 KB
Binary file not shown.

Magic_Band_Reader/sounds/hello.wav

40.9 KB
Binary file not shown.
89.8 KB
Binary file not shown.
73.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)