simulator: fix I2C support

- Add ReadRegister and WriteRegister (because they're still used by
    some packages).
  - Fix out-of-bounds panic in I2C.Tx when either w or r has a length of
    zero (or is nil).
This commit is contained in:
Ayke van Laethem
2024-04-28 14:31:31 +02:00
committed by Ron Evans
parent 2b3b870bfe
commit 441dfc98d7
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build 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)
package machine