We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912a3d1 commit c98c9c7Copy full SHA for c98c9c7
adafruit_character_lcd/character_lcd.py
@@ -88,7 +88,6 @@
88
_LCD_ROW_OFFSETS = (0x00, 0x40, 0x14, 0x54)
89
90
91
-
92
def _set_bit(byte_value, position, val):
93
# Given the specified byte_value set the bit at position to the provided
94
# boolean value val and return the modified byte.
0 commit comments