From adf9a33c9e4903639a24d81d7ccaa5d528225cc5 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 8 Mar 2020 17:40:54 +0000 Subject: [PATCH] drivers: cst816s: Minor tweaks to the generated documentation. --- wasp/drivers/cst816s.py | 11 ++++++----- 1 file 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