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 abab0a9 commit 4231fdfCopy full SHA for 4231fdf
1 file changed
examples/Joy_Featherwing.py
100644
100755
@@ -2,9 +2,10 @@
2
3
from board import SCL, SDA
4
import busio
5
-from adafruit_seesaw.seesaw import Seesaw
6
from micropython import const
7
+from adafruit_seesaw.seesaw import Seesaw
8
+
9
# pylint: disable=bad-whitespace
10
BUTTON_RIGHT = const(6)
11
BUTTON_DOWN = const(7)
0 commit comments