Define I2S pins for ESP32 (#13714)
This commit is contained in:
committed by
Scott Lahteine
parent
aa0f7afbe6
commit
6fe90f0324
@@ -29,3 +29,9 @@ int i2s_init();
|
||||
void i2s_write(uint8_t pin, uint8_t val);
|
||||
|
||||
void i2s_push_sample();
|
||||
|
||||
// pin definitions
|
||||
|
||||
#define I2S_WS 25
|
||||
#define I2S_BCK 26
|
||||
#define I2S_DATA 27
|
||||
|
||||
Reference in New Issue
Block a user