From b822c52a8ac56b18e1e3e5bca4a12b399f23c33d Mon Sep 17 00:00:00 2001 From: Mike Barela Date: Mon, 15 Jul 2019 08:56:56 -0400 Subject: [PATCH] initial readme --- CircuitPython_101/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CircuitPython_101/README.md diff --git a/CircuitPython_101/README.md b/CircuitPython_101/README.md new file mode 100644 index 000000000..80d19e5e5 --- /dev/null +++ b/CircuitPython_101/README.md @@ -0,0 +1,16 @@ +## Adafruit Learning System tutorial - CircuitPython 101 + +Make a timekeeping vertical wordclock with Adafruit Feather M4, a RTC FeatherWing, and CircuitPython. + +Follow these Adafruit learn guides here: https://learn.adafruit.com/search?q=circuitpython%20101 + +Adafruit invests time and resources providing this open source code, +please support Adafruit and open-source hardware by purchasing +products from [Adafruit](https://www.adafruit.com)! + +MIT license + +All text above, and the splash screen below must be included in any redistribution + +----------------------- +If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.