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.
2 parents d7bd59f + ad64eae commit 421e33dCopy full SHA for 421e33d
adafruit_pycamera/__init__.py
@@ -65,12 +65,6 @@
65
_AW_UP = const(13)
66
_AW_RIGHT = const(12)
67
_AW_OK = const(11)
68
-# _SS_ALL_BUTTONS_MASK = const(0b000010000000001011100)
69
-# _SS_DOWN_MASK = const(0x10000)
70
-# _SS_LEFT_MASK = const(0x00004)
71
-# _SS_UP_MASK = const(0x00008)
72
-# _SS_RIGHT_MASK = const(0x00040)
73
-# _SS_CARDDET_MASK = const(0x00010)
74
75
_NVM_RESOLUTION = const(1)
76
_NVM_EFFECT = const(2)
0 commit comments