Skip to content

Commit 19161e4

Browse files
committed
add missing import microcontroller
1 parent e79cdd4 commit 19161e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lcd/i2c_pcf8574_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
import busio
2424
import board
25+
import microcontroller
2526
from adafruit_bus_device.i2c_device import I2CDevice
2627

2728
from .lcd import LCD_4BITMODE, LCD_BACKLIGHT, LCD_NOBACKLIGHT, PIN_ENABLE

0 commit comments

Comments
 (0)