summaryrefslogtreecommitdiff
path: root/wasp/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/drivers')
-rw-r--r--wasp/drivers/cst816s.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/wasp/drivers/cst816s.py b/wasp/drivers/cst816s.py
index 7461a5f..323b9cc 100644
--- a/wasp/drivers/cst816s.py
+++ b/wasp/drivers/cst816s.py
@@ -1,11 +1,12 @@
"""Hynitron CST816S touch contoller driver for MicroPython.
-After modifying this file we can replace the frozen driver with the
-test driver with the following command::
+After modifying this file we can test the changes by replacing the
+frozen driver with the modified driver. The following command will
+upload the code and integrate it into the watch namespace::
- ./tools/wasptool \
- --exec wasp/drivers/cst816s.py \
- --eval "watch.touch = CST816S(watch.i2c)"`
+ ./tools/wasptool\
+ --exec wasp/drivers/cst816s.py\
+ --eval "watch.touch = CST816S(watch.i2c)"`
"""
import array