asdf

Dependencies:   L3GD20 LSM303DLHC mbed

Headers/Sensors.h

Committer:
goy5022
Date:
2014-03-29
Revision:
0:c2ec30f28676
Child:
1:cfe6a6ad8dca

File content as of revision 0:c2ec30f28676:

#ifndef SENSORS_H
#define SENSORS_H

#include "Core.h"
#include "L3GD20.h"
#include "LSM303DLHC.h"

L3GD20 gyro(p9, p10);
LSM303DLHC compass(p9, p10);




#endif