Mini Project 10: Displaying stuff from day 7

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

acceler_sensor.h

Committer:
ezimmerman17
Date:
2017-01-17
Revision:
7:ee7f2c33d45d
Parent:
6:b196b0a8f337
Child:
13:b3637adeaa2a

File content as of revision 7:ee7f2c33d45d:

#ifndef ACCELER_H
#define ACCELER_H

#include "mbed.h"

extern Serial pc;
extern I2C i2c_port;
void confgiure_acceleration(void);
void getacceleration (void);
#endif