wokwi / avr8js

Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
https://blog.wokwi.com/avr8js-simulate-arduino-in-javascript/
MIT License
463 stars 73 forks source link

Implement I2C (TWI) slave peripheral #12

Open urish opened 4 years ago

urish commented 4 years ago

TWI master peripheral was implemented as part of #10

Register description can be found in page 215 / section 22 of the datasheet.