diff options
author | deadprogram <[email protected]> | 2024-12-08 10:37:30 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-12-18 15:23:00 +0100 |
commit | 5701bf81f30d06daa4bc093f716f496c16147e10 (patch) | |
tree | adeee6085ded92d0226cac3601fcc1d546ee495f /src/machine/board_grandcentral-m4.go | |
parent | 6110f0bc1b5cb807fa2ac01b12b5aeffcf3308c6 (diff) | |
download | tinygo-5701bf81f30d06daa4bc093f716f496c16147e10.tar.gz tinygo-5701bf81f30d06daa4bc093f716f496c16147e10.zip |
feature: modify i2s interface/implementation to better match specification
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'src/machine/board_grandcentral-m4.go')
-rw-r--r-- | src/machine/board_grandcentral-m4.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/machine/board_grandcentral-m4.go b/src/machine/board_grandcentral-m4.go index 46fb95697..61ef6a89b 100644 --- a/src/machine/board_grandcentral-m4.go +++ b/src/machine/board_grandcentral-m4.go @@ -224,7 +224,8 @@ const ( I2S_SCK_PIN = I2S0_SCK_PIN // default pins I2S_WS_PIN = I2S0_FS_PIN // - I2S_SD_PIN = I2S0_SDO_PIN // + I2S_SDO_PIN = I2S0_SDO_PIN + I2S_SDI_PIN = NoPin ) // SD card pins |