machine/esp32c3: implement i2c for esp32-c3

This commit is contained in:
Dmitriy
2022-02-09 21:49:33 -05:00
committed by Ron Evans
parent 803ba4f54d
commit 94459cefe5
2 changed files with 326 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || mimxrt1062
//go:build atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || mimxrt1062 || esp32c3
package machine