diff --git a/leds.py b/leds.py index 181c7bc..9c5f535 100644 --- a/leds.py +++ b/leds.py @@ -251,7 +251,7 @@ class LightStrip: # Emulate the old behavior of using RPi.GPIO if we haven't been given # an explicit GPIO interface to use if not GPIO: - import RPI.GPIO as GPIO + import RPi.GPIO as GPIO self.GPIO = GPIO self.GPIO.setmode(GPIO.BCM) self.data_pin = data_pin