Updated to reflect wiringpi2 to wiringpi rename

This commit is contained in:
Phil Howard
2016-03-09 12:19:22 +00:00
parent 77ce6cd9eb
commit 6577b7e592
11 changed files with 54 additions and 54 deletions

View File

@@ -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)