wokwi / avr8js

Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js

Home Page:https://blog.wokwi.com/avr8js-simulate-arduino-in-javascript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing 3rd output compare for 16-bit timers

urish opened this issue · comments

The ATMEGA2560 has three output compare unit (OCRnC), but our timer implementation only supports two output compare units. See sections 17.7/17.8 of the datasheet

Fixed in avr8js 0.18.1