Skip to content

Commit 45c838d

Browse files
committed
Update mcp401x.py
rename MCP4018 to MCP401x
1 parent bddc9a3 commit 45c838d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎misc/MCP401x/mcp401x.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from micropython import const
22

3-
class MCP4018:
3+
class MCP401x:
44

55
def __init__(self, i2c, addr = 47):
66
self.i2c = i2c

0 commit comments

Comments
 (0)