This Simulink project contains the files for the Mathworks Mars Rover robot competition. The primary model of interest is the simulation model, but also included is a model for execution on an Arduino DUE. The Arduino model uses a number of S-functions for use of the peripherals, including the I2C interface for communication with a Raspberry Pi. More detail on each of these models and the robot itself is included in the project documentation.

================== Quick Start ==================
1. Open the project by double clicking the MakerFaire.prj file in MATLAB
2. Open SimulationModel.slx
3. Press Run to start simulation

================== Requirements ==================
MATLAB r2014a on Windows 7

================== Release Notes ==================

07/04/2014 v1.0 First Release