Eric Zimmerman / Mbed 2 deprecated DAY_8_miniproject

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

Fork of DAY_8_miniproject by Ishan Gauli

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers accel_sensor.h Source File

accel_sensor.h

00001 #ifndef ACCELER_H
00002 #define ACCELER_H
00003 
00004 #include "mbed.h"
00005 
00006 extern Serial pc;
00007 extern SPI acc port;
00008 void configureAccelerometer(void);
00009 #endif