Skip to content

Commit

Permalink
Merge pull request #471 from agdl/I2SDefinitionsNano
Browse files Browse the repository at this point in the history
Added I2S definitions for NANO 33 IoT
  • Loading branch information
agdl committed Feb 7, 2020
2 parents fe349e4 + 895740f commit b2fce4c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion variants/nano_33_iot/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,14 @@ static const uint8_t SCL = PIN_WIRE_SCL;

// I2S Interfaces
// --------------
#define I2S_INTERFACES_COUNT 0
#define I2S_INTERFACES_COUNT 1

#define I2S_DEVICE 0
#define I2S_CLOCK_GENERATOR 3

#define PIN_I2S_SD (4u)
#define PIN_I2S_SCK (PIN_A3)
#define PIN_I2S_FS (PIN_A2)

// Serial ports
// ------------
Expand Down

0 comments on commit b2fce4c

Please sign in to comment.