ESE350 project, Spring 2016, University of Pennsylvania

Dependencies:   Adafruit9-DOf Receiver mbed-rtos mbed

Committer:
ivo_david_michelle
Date:
Thu Apr 07 02:07:33 2016 +0000
Revision:
14:64b06476d943
Parent:
7:f3f94eadc5b5
Child:
22:92401a4fec13
msoch update - compiles!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ivo_david_michelle 3:828e82089564 1 #include "Adafruit_9DOF.h"
ivo_david_michelle 7:f3f94eadc5b5 2 #include "quadcopter.h"
ivo_david_michelle 3:828e82089564 3
ivo_david_michelle 14:64b06476d943 4 void initSensors(Adafruit_LSM303_Accel_Unified &accel, Adafruit_LSM303_Mag_Unified &mag,Adafruit_L3GD20_Unified &gyro, offset &offset_gyro);