Adding STEMMA speaker guide files

This commit is contained in:
Kattni Rembor 2019-10-03 16:53:19 -04:00
parent 5408bf99f1
commit 8c13a597c4
4 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
from adafruit_circuitplayground.express import cpx
while True:
if cpx.button_a:
cpx.play_file("rise.wav")
if cpx.button_b:
cpx.play_file("dip.wav")

View file

@ -0,0 +1,7 @@
from adafruit_circuitplayground.express import cpx
while True:
if cpx.button_a:
cpx.play_tone(260, 1)
if cpx.button_b:
cpx.play_tone(292, 1)

Binary file not shown.

Binary file not shown.