From b23e918769b53b825540a95491e60c82fbc46ab3 Mon Sep 17 00:00:00 2001 From: Anne Barela <1911920+TheKitty@users.noreply.github.com> Date: Fri, 8 Nov 2019 16:17:08 -0500 Subject: [PATCH] Create README.md --- CPX_Walking_Stick/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CPX_Walking_Stick/README.md diff --git a/CPX_Walking_Stick/README.md b/CPX_Walking_Stick/README.md new file mode 100644 index 000000000..04bb4e7d7 --- /dev/null +++ b/CPX_Walking_Stick/README.md @@ -0,0 +1,20 @@ +## The Musical Walking Stick tutorial on the Adafruit Learning System + +The code in this repo accompanies the Adafruit tutorial +Musical Walking Stick +https://learn.adafruit.com/musical-cane/ + +The *appropriate code file file should be copied onto the **CIRCUITPY** flash drive as **code.py** that appears +when you plug the CircuitPlayground Express into your computer via a known good USB cable. + +If the only drive name you get is named **CPLAYBOOT**, CircuitPython may not be loaded +on the board. You can load CircuitPython [per this guide](https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart). 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 by Dano Wall +Code written by Dano Wall and Anne Barela for Adafruit Industries, November 2019 + +MIT License, include all this text in any redistribution + +Support Open Source development by buying your materials at [Adafruit.com](https://www.adafruit.com/).