Create appropriate readme for new guide
This commit is contained in:
parent
647be2910a
commit
9e4f1f9c45
1 changed files with 19 additions and 0 deletions
19
PyPortal_MQTT_Control/README.md
Normal file
19
PyPortal_MQTT_Control/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
## The PyPortal MQTT Sensor Node/Control Pad tutorial on the Adafruit Learning System
|
||||
|
||||
The code in this repo accompanies the Adafruit tutorial
|
||||
PyPortal MQTT Sensor Node/Control Pad
|
||||
https://learn.adafruit.com/pyportal-mqtt-sensor-node-control-pad
|
||||
|
||||
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 Richard Albritton for 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…
Reference in a new issue