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-12
Revision:
1:7a145a5af9cd
Child:
4:ca53017354e9

File content as of revision 1:7a145a5af9cd:

##ifndef ACCELER_H
#define ACCELER_H

#include "mbed.h"

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