diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-08 17:40:54 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-08 17:40:54 (GMT) |
| commit | adf9a33c9e4903639a24d81d7ccaa5d528225cc5 (patch) | |
| tree | 410c46fbf50729f082f4d0ee83a304f10b3f15d0 | |
| parent | d2058fb87f98c9c12e78a23baada8a407519d1de (diff) | |
drivers: cst816s: Minor tweaks to the generated documentation.
| -rw-r--r-- | wasp/drivers/cst816s.py | 11 |
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 |
