We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019cdbd commit 043b2e3Copy full SHA for 043b2e3
1 file changed
examples/explorer_hat_pro.py
@@ -0,0 +1,12 @@
1
+import time
2
+
3
+from cap1xxx import Cap1208
4
5
+captouch = Cap1208()
6
7
+captouch.start_watching()
8
9
+while True:
10
+ status = captouch.get_input_status()
11
+ print(status)
12
+ time.sleep(1.0)
0 commit comments