Skip to content
Snippets Groups Projects
Commit 7dbd2c90 authored by moon2's avatar moon2 :speech_balloon: Committed by q3k
Browse files

clarified main readme

parent 6abe3f86
No related branches found
No related tags found
No related merge requests found
## Current functionality
## Demo Payload
See python_payload/README.md for a demo application.
......@@ -6,9 +6,16 @@ Files can be transferred with mpremote, such as:
```
mpremote fs cp python_payload/boot.py :boot.py
mpremote fs cp python_payload/cap_touch_demo.py :cap_touch_demo.py
```
Alternatively, adafruit-ampy may work more reliably sometimes:
```
ampy -p /dev/ttyACM0 -d3 put boot.py
```
Please transfer all .py files in python_payload/ for using the demo payload.
## How to install dependencies
### Generic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment