File tree Expand file tree Collapse file tree 3 files changed +588
-0
lines changed Expand file tree Collapse file tree 3 files changed +588
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Circuit Playground Bluefruit Quick Draw Duo tutorial on the Adafruit Learning System
2
+
3
+ The code in this repo accompanies the Adafruit tutorial
4
+ Circuit Playground Bluefruit Quick Draw Duo
5
+ https://learn.adafruit.com/circuit-playground-bluefruit-quick-draw-duo/
6
+
7
+ The Python code file should be copied onto the ** CIRCUITPY** flash drive that appears
8
+ when you plug the CircuitPlayground Express into your computer (via a known good USB cable) as ** code.py** .
9
+ Also copy the wav file for sound per the tutorial.
10
+
11
+ If the only drive name you get is named ** CPLAYBTBOOT** , CircuitPython may not be loaded
12
+ on the board. You can load CircuitPython [ per this guide] ( https://learn.adafruit.com/adafruit-circuit-playground-bluefruit/circuitpython ) .
13
+ Then you should be able to see the ** CIRCUITPY** drive when connected via USB.
14
+
15
+ CircuitPython resources may be found at https://CircuitPython.Org/
16
+
17
+ Learning Guide and code by Kevin Walters Adafruit Industries,January 2020
18
+
19
+ MIT License, include all this text in any redistribution
20
+
21
+ Support Open Source development by buying your materials at [ Adafruit.com] ( https://www.adafruit.com/ ) .
You can’t perform that action at this time.
0 commit comments