mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-09 14:34:22 +09:00
Updated to reflect wiringpi2 to wiringpi rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Turns on each pin of an mcp23017 on address 0x20 ( quick2wire IO expander )
|
||||
import wiringpi2 as wiringpi
|
||||
import wiringpi
|
||||
|
||||
PIN_BACKLIGHT = 67 # LED
|
||||
PIN_SCLK = 68 # Clock SCLK
|
||||
@@ -92,4 +92,4 @@ for time in range(0,4):
|
||||
lcd_clear()
|
||||
wiringpi.delay(1000)
|
||||
lcd_fill()
|
||||
wiringpi.delay(1000)
|
||||
wiringpi.delay(1000)
|
||||
|
||||
Reference in New Issue
Block a user