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:
Ayke van Laethem
2024-10-21 10:59:34 +02:00
committed by Ron Evans
parent bcfe751f62
commit b2fbbeb771
4 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ const (
// I2C pins
const (
I2C_SCL_PIN = D8
I2C_SDA_PIN = D10
SCL_PIN = D8
SDA_PIN = D10
)
// USBCDC pins