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
461 stars 73 forks source link

Implement ATTiny85 Timer/Counter1 #143

Open Thomascountz opened 1 year ago

Thomascountz commented 1 year ago

I'd like to gauge if there's interest in implementing the timer. It seems like all the registers and vectors are defined, but the functionality hasn't been implemented. I don't have enough domain knowledge to understand how this would be done, but if anyone has any ideas to share to get me started, I can take a crack at it.

haaanz commented 8 months ago

upvote for timer1 implementation, it blocks tiny servo library from working