Skip to content

Commit

Permalink
Remove some unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Dec 13, 2023
1 parent 17bb8a3 commit ad64eae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions adafruit_pycamera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@
_AW_UP = const(13)
_AW_RIGHT = const(12)
_AW_OK = const(11)
# _SS_ALL_BUTTONS_MASK = const(0b000010000000001011100)
# _SS_DOWN_MASK = const(0x10000)
# _SS_LEFT_MASK = const(0x00004)
# _SS_UP_MASK = const(0x00008)
# _SS_RIGHT_MASK = const(0x00040)
# _SS_CARDDET_MASK = const(0x00010)

_NVM_RESOLUTION = const(1)
_NVM_EFFECT = const(2)
Expand Down

0 comments on commit ad64eae

Please sign in to comment.