Skip to content

Commit f509ada

Browse files
committed
Also refactor into user*.cpp paradigm.
2 parents e12acc9 + 243aabc commit f509ada

99 files changed

Lines changed: 152870 additions & 105 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from adafruit_circuitplayground.express import cpx
2+
3+
while True:
4+
if cpx.button_a:
5+
cpx.play_file("rise.wav")
6+
if cpx.button_b:
7+
cpx.play_file("dip.wav")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from adafruit_circuitplayground.express import cpx
2+
3+
while True:
4+
if cpx.button_a:
5+
cpx.play_tone(260, 1)
6+
if cpx.button_b:
7+
cpx.play_tone(292, 1)

Adafruit_STEMMA_Speaker/dip.wav

25.9 KB
Binary file not shown.

Adafruit_STEMMA_Speaker/rise.wav

25.7 KB
Binary file not shown.

CPB_Cauldron/CAD/CPX Cauldron.f3d

6.69 MB
Binary file not shown.

CPB_Cauldron/CAD/CPX Cauldron.step

Lines changed: 149369 additions & 0 deletions
Large diffs are not rendered by default.

CPB_Cauldron/CAD/bottom.stl

1.33 MB
Binary file not shown.

CPB_Cauldron/CAD/bowl.stl

2.23 MB
Binary file not shown.

CPB_Cauldron/CAD/cpx-mount.stl

240 KB
Binary file not shown.

CPB_Cauldron/CAD/top-cover.stl

61.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)