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 71f24d9 commit f060e9aCopy full SHA for f060e9a
tests/tests.py
@@ -1,3 +1,12 @@
1
+"""
2
+How to use this test file:
3
+
4
+Copy adafruit_debouncer's dependencies to lib/ on your circuitpython device.
5
+Copy adafruit_debouncer.py to / on the device
6
+Copy this tests.py file to /main.py on the device
7
+Connect to the serial terminal (e.g. sudo screen /dev/ttyACM0 115200)
8
+Press Ctrl-D, if needed to start the tests running
9
10
import sys
11
import time
12
import adafruit_debouncer
0 commit comments