/emulino

Arduino emulator

Primary LanguageCGNU General Public License v3.0GPL-3.0

Emulino

This is a fork from ghewgill/emulino intended to be built on Mac OS.

Emulino is an emulator for the Arduino platform by Greg Hewgill.

Install

Download the latest release or build it from source.

Usage

emulino YOUR_PROGRAM.hex

Build from source

Clone the repository:

git clone git@github.com:juliendargelos/emulino

Make sure you have scons installed on your machine or install it with brew:

brew install scons

Go to the project folder and build the binary:

scons

You will get the emulino binary.