Skip to content

Commit 106a132

Browse files
committed
rename classname to I2C_LCD1602
1 parent 7cd2f40 commit 106a132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lcd/I2C_LCD1602/i2c_lcd1602.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
LCD_I2C_ADDR=const(63)
1414

15-
class LCD1602():
15+
class I2C_LCD1602():
1616
def __init__(self, i2c, addr = 0):
1717
self.i2c=i2c
1818
self.buf = bytearray(1)

0 commit comments

Comments
 (0)