diff --git a/README.md b/README.md index 0cabf169de9e5177780b9a6a929ef37d46a71b80..af75622748a4e7cb3b85f6fe8aaf20486c7d0d13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## 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