mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 04:49:04 +00:00
Esp32s3 i2c interface (#5210)
* esp32s3-i2c implement interface * esp32s3-i2c: disable m5stamp_c3 * added simple tests without Listen * replace smoke tests * esp32s3-i2c: fix allocation in tx
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
package machine
|
||||
|
||||
const (
|
||||
SCL_PIN = GPIO17
|
||||
SDA_PIN = GPIO18
|
||||
|
||||
SPI1_SCK_PIN = GPIO12 // SCK
|
||||
SPI1_MOSI_PIN = GPIO11 // SDO (MOSI)
|
||||
SPI1_MISO_PIN = GPIO13 // SDI (MISO)
|
||||
|
||||
Reference in New Issue
Block a user