Add I2C support for esp32 (#4259)

machine/esp32: add i2c support
This commit is contained in:
Johann Freymuth
2024-05-13 21:58:06 +02:00
committed by GitHub
parent ee3a05f1de
commit 8890b57ba0
2 changed files with 413 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !baremetal || atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || mimxrt1062 || (esp32c3 && !m5stamp_c3)
//go:build !baremetal || atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || mimxrt1062 || (esp32c3 && !m5stamp_c3) || esp32
package machine