imu rev1

Dependencies:   IMUfilter mbed

Fork of AIviate by UCLA IEEE

steps.h

Committer:
team10
Date:
2013-11-26
Revision:
5:d85bac38cdff
Parent:
4:44a5b1e8fd27

File content as of revision 5:d85bac38cdff:

#ifndef STEPS_H
#define STEPS_H
#include "sensor.h"
#include "control.h"

#define USBDEBUG 1

int init_sensors(int);
int get_sensor_data(int);

#endif //STEPS_H