wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

Generic I2C device?

Open SailorMike opened this issue 1 year ago • 0 comments
trafficstars

Greetings! I'm currently working on a project on WOKWI that resembles an arcade game. I'd like to use the Adafruit LED Arcade Button 1x4 I2C Breakout (Product ID: 5296) for pin economy reasons. I know that this particular device is not practical to develop for the simulator, but what about a generic I2C device with one input (in my case, the switch) and one output (The LED)? If the device address could be specified in the code, I could gang them together on the I2C bus to simulate what I want. It seems to me that the general user base could benefit from such a device. I'm trying to modify the I2C counter in your custom chip database, but I don't speak C and it's a struggle. Thanks for your consideration, and thanks for an excellent tool. Mike

SailorMike avatar Aug 28 '24 17:08 SailorMike