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.
Download the latest release or build it from source.
emulino YOUR_PROGRAM.hex
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.