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

feat(timer): Compare Match Output #45

Closed urish closed 4 years ago

urish commented 4 years ago

See #32 for details

urish commented 4 years ago

The current implementation seems to have a very negative impact on performance, and we're also missing some tests for the OCnA/OCnB pins

urish commented 4 years ago

@tawjaw this should bring analogWrite() support to AVR8js!

tawjaw commented 4 years ago

Nice! I will play with it this weekend.