piif / EmuArdu

Arduino emulator in C++
GNU General Public License v2.0
0 stars 1 forks source link

This repository contains 2 directories which are eclipse projects :

EmuArdu

This project consists in a "hardware" directory that can be copied or linked into Arduino IDE project directory to declare a new set of platforms which are similar to Arduino ones, but emulated on your computer.

See readme inside EmuArdu directory for more informations

EmuArduExample

This directory contains a single file EmuArduExample.ino (the classical blink program) that can be loaded in Arduino IDE and compiled for real arduino but also for "Arduino Uno Emulation" platform, and launched via "EmuArdu Launcher" programmer.

In this later case, the program will launch on your computer

See readme inside EmuArduExample directory for more informations

Installation/Requirements

See readme inside EmuArdu for detail. You will need at least