From a54d6d4b98a000ce4b1da8250726ed9962fc98b6 Mon Sep 17 00:00:00 2001 From: janeptrv Date: Fri, 6 Nov 2020 20:34:07 -0500 Subject: [PATCH] fix typo --- leds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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