a cool bubble game

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

Fork of DAY_8_miniproject by Ishan Gauli

accel_sensor.h

Committer:
ezimmerman17
Date:
2017-01-13
Revision:
4:ca53017354e9
Parent:
1:7a145a5af9cd

File content as of revision 4:ca53017354e9:

#ifndef ACCELER_H
#define ACCELER_H

#include "mbed.h"

extern Serial pc;
extern SPI acc port;
void configureAccelerometer(void);
#endif