Skip to content

Commit 946eee9

Browse files
brentrubrentru
authored andcommitted
resolve comment
1 parent aaffcf7 commit 946eee9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/adafruit_io_simpletest_esp_at.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@
1919
#Use below for Most Boards
2020
import neopixel
2121
status_light = neopixel.NeoPixel(board.NEOPIXEL, 1, brightness=0.2) # Uncomment for Most Boards
22+
2223
#Uncomment below for ItsyBitsy M4#
2324
#import adafruit_dotstar as dotstar
2425
#status_light = dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1, brightness=0.2)
2526

27+
#Uncomment below for Particle Argon#
28+
#status_light = None
29+
2630
# Get wifi details and more from a secrets.py file
2731
try:
2832
from secrets import secrets

0 commit comments

Comments
 (0)