A minimal web-based Arduino Uno simulator built with HTML, CSS, and JavaScript. This simulator allows users to design Arduino circuits visually and automatically generates corresponding Arduino code.
This library only implements the AVR CPU core. You have to supply it pre-compiled machine code to run, and implement functional simulations of any external hardware. You will probably also want to add ...