Skip to content

Commit 421e33d

Browse files
authored
Merge pull request #6 from adafruit/remove-unused-constants
Remove some unused constants
2 parents d7bd59f + ad64eae commit 421e33d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

adafruit_pycamera/__init__.py

-6
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@
6565
_AW_UP = const(13)
6666
_AW_RIGHT = const(12)
6767
_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)
7468

7569
_NVM_RESOLUTION = const(1)
7670
_NVM_EFFECT = const(2)

0 commit comments

Comments
 (0)