Added pin config for production

This commit is contained in:
Dreaded_X 2022-09-29 03:18:35 +02:00
parent 9cbeee2c4d
commit f57131d984
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

@ -2,8 +2,15 @@
#include "hal/gpio_types.h"
#define I2S_PIN_BCK GPIO_NUM_26
#define I2S_PIN_WS GPIO_NUM_25
#define I2S_PIN_DATA GPIO_NUM_33
#define TWAI_PIN_CTX GPIO_NUM_5
#define TWAI_PIN_CRX GPIO_NUM_19
// FOR PROTOTYPE
/* #define I2S_PIN_BCK GPIO_NUM_26 */
/* #define I2S_PIN_WS GPIO_NUM_25 */
/* #define I2S_PIN_DATA GPIO_NUM_33 */
/* #define TWAI_PIN_CTX GPIO_NUM_5 */
/* #define TWAI_PIN_CRX GPIO_NUM_19 */
#define I2S_PIN_BCK GPIO_NUM_5
#define I2S_PIN_WS GPIO_NUM_16
#define I2S_PIN_DATA GPIO_NUM_17
#define TWAI_PIN_CTX GPIO_NUM_32
#define TWAI_PIN_CRX GPIO_NUM_35