massimiliano76 / dartuino

Arduino emulator built with Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dartuino

Simple arduino emulator made in Dart (i'm learning, be gentle)

Currently runs Intel-Hex (.hex) files generated by the Arduino IDE.

###Features

  • MCU Atmega328 emulator (SRAM, Simple Timer0 emulation, Interrupt Manager)
  • Blink.hex included! (blinks Led 13 connected to Port B)

###Roadmap

  • Simple web based breadboard designer with simulated devices and components
  • World domination

About

Arduino emulator built with Dart

License:Apache License 2.0


Languages

Language:Dart 97.2%Language:HTML 2.8%