machine/esp32c3: move i2c implementation into separate file to skip m5stamp-c3 since it does not appear to expose those pins

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-11-29 09:56:34 +01:00
committed by Ron Evans
parent a449c4813a
commit c6609a02fa
3 changed files with 354 additions and 347 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || mimxrt1062 || esp32c3
//go:build atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || mimxrt1062 || (esp32c3 && !m5stamp_c3)
package machine