We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69e09a commit b4a833cCopy full SHA for b4a833c
firmware/esp32-s3-super-mini-manual-ams.yaml
@@ -2,17 +2,15 @@ esp32:
2
board: esp32-s3-devkitc-1
3
4
substitutions:
5
- hide_ams_sensors: "true"
6
- led_pin: GPIO9
7
- neopixel_pin: "48" #some boards have this on pin 38
8
spi2_type: SPI2
+ rfid0_spi_interface: SPI2
+ neopixel_pin: GPIO21
+ encoder_pin_a: GPIO6
9
+ encoder_pin_b: GPIO7
10
+ led_pin: GPIO9
11
spi2_clk_pin: GPIO10
12
spi2_miso_pin: GPIO11
13
spi2_mosi_pin: GPIO12
- encoder_pin_a: GPIO6
- encoder_pin_b: GPIO7
14
-
15
- rfid0_spi_interface: SPI2
16
rfid0_ss_pin: GPIO13
17
18
packages:
0 commit comments