mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
esp32c3: add smoke tests for a few boards
These boards probably haven't been working since the addition of I2C, because they were missing some constants in the machine package.
This commit is contained in:
committed by
Ron Evans
parent
bcfe751f62
commit
b2fbbeb771
@@ -64,8 +64,8 @@ const (
|
||||
|
||||
// I2C pins
|
||||
const (
|
||||
I2C_SCL_PIN = D8
|
||||
I2C_SDA_PIN = D10
|
||||
SCL_PIN = D8
|
||||
SDA_PIN = D10
|
||||
)
|
||||
|
||||
// USBCDC pins
|
||||
|
||||
Reference in New Issue
Block a user