mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 04:49:04 +00:00
feature: modify i2s interface/implementation to better match specification
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -74,8 +74,9 @@ const (
|
||||
// I2S pins
|
||||
const (
|
||||
I2S_SCK_PIN Pin = PA10
|
||||
I2S_SD_PIN Pin = PA07
|
||||
I2S_WS_PIN = NoPin // TODO: figure out what this is on Arduino Nano 33.
|
||||
I2S_SDO_PIN Pin = PA07
|
||||
I2S_SDI_PIN = NoPin
|
||||
I2S_WS_PIN = NoPin // TODO: figure out what this is on Arduino MKR1000
|
||||
)
|
||||
|
||||
// USB CDC identifiers
|
||||
|
||||
Reference in New Issue
Block a user