File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1616esp32_ready = DigitalInOut (board .ESP_BUSY )
1717esp32_reset = DigitalInOut (board .ESP_RESET )
1818
19- # If you have an ItsyBitsy Airlift:
19+ # If you have an AirLift Shield:
20+ # esp32_cs = DigitalInOut(board.D10)
21+ # esp32_ready = DigitalInOut(board.D7)
22+ # esp32_reset = DigitalInOut(board.D5)
23+
24+ # If you have an AirLift Featherwing or ItsyBitsy Airlift:
2025# esp32_cs = DigitalInOut(board.D13)
2126# esp32_ready = DigitalInOut(board.D11)
2227# esp32_reset = DigitalInOut(board.D12)
2328
2429# If you have an externally connected ESP32:
30+ # NOTE: You may need to change the pins to reflect your wiring
2531# esp32_cs = DigitalInOut(board.D9)
2632# esp32_ready = DigitalInOut(board.D10)
2733# esp32_reset = DigitalInOut(board.D5)
You can’t perform that action at this time.
0 commit comments