Skip to content

Commit f21dc3e

Browse files
author
Melissa LeBlanc-Williams
committed
Linting Take 2
1 parent 0483004 commit f21dc3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/adafruit_io_simpletest_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
esp32_ready = DigitalInOut(board.D10)
2828
esp32_reset = DigitalInOut(board.D5)
2929
spi = busio.SPI(board.SCK, board.MOSI, board.MISO)
30+
esp = adafruit_esp32spi.ESP_SPIcontrol(spi, esp32_cs, esp32_ready, esp32_reset)
3031
"""Use below for Most Boards"""
3132
status_light = neopixel.NeoPixel(board.NEOPIXEL, 1, brightness=0.2) # Uncomment for Most Boards
3233
"""Uncomment below for ItsyBitsy M4"""

0 commit comments

Comments
 (0)