User Manual

Wiring Diagram
CircuitPython Code
This project is pretty simple, it plays some audio clips, and then lights up the built in NeoPixels and powers up the
motor in time with the effects.
Thin Plastic Speaker w/Wires - 8 ohm 0.25W
$1.75
IN STOCK
ADD TO CART
import time
from busio import I2C
from adafruit_seesaw.seesaw import Seesaw
from adafruit_seesaw.pwmout import PWMOut
from adafruit_motor import motor
import neopixel
import audioio
import board
print("The voyages of the CPX-1701!")
© Adafruit Industries
https://learn.adafruit.com/adafruit-crickit-creative-robotic-interactive-
construction-kit
Page 153 of 201