Update README to use adafruit_led_animation.animation.blink
This commit is contained in:
parent
dd7381e834
commit
6fb700333b
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ Usage Example
|
||||||
|
|
||||||
import board
|
import board
|
||||||
import neopixel
|
import neopixel
|
||||||
from adafruit_led_animation.animation import Blink
|
from adafruit_led_animation.animation.blink import Blink
|
||||||
import adafruit_led_animation.color as color
|
import adafruit_led_animation.color as color
|
||||||
|
|
||||||
# Works on Circuit Playground Express and Bluefruit.
|
# Works on Circuit Playground Express and Bluefruit.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue