a circuit playground express wizard staff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

  1. wzrd.py: a circuit playground express wizard staff
  2. ==================================================
  3. I am really just fumbling around with Adafruit's
  4. [CircuitPython][circuitpython], a fork of [MicroPython][micropython].
  5. This code targets:
  6. - The [Circuit Playground Express][playground], which I am
  7. affixing to a staff I found in a corner of a converted garage I shared with
  8. [Living Arts Floral][livingarts] for a few years. (Need flowers in the Lyons,
  9. CO area? You can't go wrong with Jeralyn - tell her I sent you.)
  10. - The Gemma M0
  11. I have no idea what I am doing.
  12. dependencies
  13. ------------
  14. * [Adafruit Circuit Playground Express][playground]
  15. * [Adafruit Gemma M0][gemma]
  16. * [Adafruit NeoPixel Ring - 24 x 5050 RGB LED](https://www.adafruit.com/product/1586)
  17. * [Adafruit_CircuitPython_Bundle][bundle] for various libraries
  18. author
  19. ------
  20. Brennen Bearnes
  21. https://p1k3.com/
  22. copying
  23. -------
  24. I like the GPL, but for this project I'm following my upstream dependencies and
  25. going with the MIT License.
  26. [circuitpython]: https://github.com/adafruit/circuitpython
  27. [micropython]: https://micropython.org/
  28. [playground]: https://www.adafruit.com/product/3333
  29. [livingarts]: http://livingartsfloral.com/
  30. [bundle]: https://github.com/adafruit/Adafruit_CircuitPython_Bundle
  31. [gemma]: https://www.adafruit.com/product/3501