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 16
16
esp32_ready = DigitalInOut (board .ESP_BUSY )
17
17
esp32_reset = DigitalInOut (board .ESP_RESET )
18
18
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:
20
25
# esp32_cs = DigitalInOut(board.D13)
21
26
# esp32_ready = DigitalInOut(board.D11)
22
27
# esp32_reset = DigitalInOut(board.D12)
23
28
24
29
# If you have an externally connected ESP32:
30
+ # NOTE: You may need to change the pins to reflect your wiring
25
31
# esp32_cs = DigitalInOut(board.D9)
26
32
# esp32_ready = DigitalInOut(board.D10)
27
33
# esp32_reset = DigitalInOut(board.D5)
You can’t perform that action at this time.
0 commit comments