DocBohn / CowPi_stdio

A library to interface with the Arduino serial monitor using familiar stdio functions.
Apache License 2.0
0 stars 0 forks source link

Get hardware-based I2C working on simulator #18

Closed DocBohn closed 1 year ago

DocBohn commented 1 year ago

Hardware-based I2C works fine on a physical ATmega328P with a physical LCD1602. Bit-banged I2C works fine on physical devices and on simulated simulated devices. I'm pretty sure the hardware-based I2C worked on the simulator earlier, before I remembered to introduce some configuration code (the absence of which made it not work on the physical devices).

This would suggest the problem is in the configuration code -- perhaps a timing problem?