Tagged Questions

4
votes
1answer
762 views

How can I use avrsim to simulate Arduino?

Hi, I found vary nice open source avr emulator ( http://gitorious.org/simavr). Since there is uart emulation implemented it can simulate Arduino. There is board_simduino example, …