Skip to content

Readme for the new guide #992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added CPB_Quick_Draw_Duo/PistolRicochet.wav
Binary file not shown.
21 changes: 21 additions & 0 deletions CPB_Quick_Draw_Duo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Circuit Playground Bluefruit Quick Draw Duo tutorial on the Adafruit Learning System

The code in this repo accompanies the Adafruit tutorial
Circuit Playground Bluefruit Quick Draw Duo
https://learn.adafruit.com/circuit-playground-bluefruit-quick-draw-duo/

The Python code file should be copied onto the **CIRCUITPY** flash drive that appears
when you plug the CircuitPlayground Express into your computer (via a known good USB cable) as **code.py**.
Also copy the wav file for sound per the tutorial.

If the only drive name you get is named **CPLAYBTBOOT**, CircuitPython may not be loaded
on the board. You can load CircuitPython [per this guide](https://learn.adafruit.com/adafruit-circuit-playground-bluefruit/circuitpython).
Then you should be able to see the **CIRCUITPY** drive when connected via USB.

CircuitPython resources may be found at https://CircuitPython.Org/

Learning Guide and code by Kevin Walters Adafruit Industries,January 2020

MIT License, include all this text in any redistribution

Support Open Source development by buying your materials at [Adafruit.com](https://www.adafruit.com/).
Loading