mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-18 00:37:13 +02:00
Fix SPI2_HOST pins, remove C3 and S2 as I don't know their correct values
This commit is contained in:
parent
7c9938a912
commit
e17c5f90ff
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
#include "driver/spi_master.h"
|
#include "driver/spi_master.h"
|
||||||
#include "esp_rom_gpio.h" // for esp_rom_gpio_connect_out_signal
|
#include "esp_rom_gpio.h" // for esp_rom_gpio_connect_out_signal
|
||||||
|
|
||||||
#if CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
|
#if CONFIG_IDF_TARGET_ESP32S3
|
||||||
#define CLK_PIN 6
|
#define CLK_PIN 6
|
||||||
#define MOSI_PIN 5
|
#define MOSI_PIN 5
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue