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
481 stars 78 forks source link

Incorrect behavior for Timer 2 when CS bits set to 0 #44

Closed urish closed 4 years ago

urish commented 4 years ago

When the CS (Clock Select) bits are all set to 0, the timer should be stopped. However, timer 2 is currently set to run.