Update example_simple.py

This commit is contained in:
BlueFox 2024-11-01 21:08:04 +00:00
parent 0d844a5c92
commit f2bd016e74

View File

@ -1,4 +1,6 @@
from lcdMenu import lcdMenu
from machine import Pin, I2C
from PCF8574T import I2C_LCD
prev_btn = Pin(13, Pin.IN, Pin.PULL_DOWN) # input of the first btn
next_btn = Pin(14, Pin.IN, Pin.PULL_DOWN) # input of the second btn