Update CircuitPython_Internal_RGB_LED_colors.py
This commit is contained in:
parent
52c7b97514
commit
547b45ec9e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import adafruit_dotstar
|
|||
|
||||
# For Trinket M0, Gemma M0, and ItsyBitsy M0 Express
|
||||
led = adafruit_dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1)
|
||||
# For Feather M0 Express, Metro M0 Express, and Circuit Playground Express
|
||||
# For Feather M0 Express, Metro M0 Express, Metro M4 Express, and Circuit Playground Express
|
||||
# led = neopixel.NeoPixel(board.NEOPIXEL, 1)
|
||||
|
||||
led.brightness = 0.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue