Skip to content

Commit

Permalink
Merge pull request #87 from adafruit/tannewt-patch-1
Browse files Browse the repository at this point in the history
Add pins for Itsy M4 AirLift
  • Loading branch information
ladyada authored Jan 31, 2020
2 parents 17d99d6 + 68e140f commit f523b23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/esp32spi_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
esp32_ready = DigitalInOut(board.ESP_BUSY)
esp32_reset = DigitalInOut(board.ESP_RESET)

# If you have an ItsyBitsy Airlift:
# esp32_cs = DigitalInOut(board.D13)
# esp32_ready = DigitalInOut(board.D11)
# esp32_reset = DigitalInOut(board.D12)

# If you have an externally connected ESP32:
# esp32_cs = DigitalInOut(board.D9)
# esp32_ready = DigitalInOut(board.D10)
Expand Down

0 comments on commit f523b23

Please sign in to comment.