Skip to content

Commit b828a77

Browse files
committed
fixed bug introduced by last commit
1 parent c6ae50f commit b828a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pcf8523_timer_interrupt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import time
77
import board
88
import busio
9+
from digitalio import DigitalInOut, Direction, Pull
910
from adafruit_pcf8523.timer import Timer
1011
from adafruit_pcf8523.clock import Clock
1112

0 commit comments

Comments
 (0)