/*
 * ArduinoWrapper.h
 *
 *  Created on: Mar 27, 2013
 *      Author: zoellner
 */

#ifndef ARDUINOWRAPPER_H_
#define ARDUINOWRAPPER_H_



//Standard Libraries
#include <stdint.h>
#include <msp430.h>
#include "msp430_i2c.h"

//TODO functions that need wrapper: millis(), Serial.print

#define millis() 0

#endif /* ARDUINOWRAPPER_H_ */
