Skip to content

Commit aabdb4e

Browse files
committed
take out extra aio connection & add uf2
1 parent 8dd940d commit aabdb4e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Neo_Trinkey_Examples/Python_AdafruitIO_Color_Picker/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
ADAFRUIT_IO_USERNAME = 'your-aio-username'
2121

2222
print("Connecting to Adafruit IO...")
23-
# Create an instance of the REST client.
24-
aio = Client(ADAFRUIT_IO_USERNAME, ADAFRUIT_IO_KEY)
2523

2624
# Initialize the serial connection
2725
ser = serial.Serial(com_port, baud_rate)

0 commit comments

Comments
 (0)