1
0
Fork 0

drivers: cst816s: Minor tweaks to the generated documentation.

This commit is contained in:
Daniel Thompson 2020-03-08 17:40:54 +00:00
parent d2058fb87f
commit adf9a33c9e

View file

@ -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