Mini Project 10: Displaying stuff from day 7

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

acceler_sensor.h

Committer:
ezimmerman17
Date:
2017-01-17
Revision:
6:b196b0a8f337
Parent:
0:1ebe73e062a7
Child:
7:ee7f2c33d45d

File content as of revision 6:b196b0a8f337:

#ifndef ACCELER_H
#define ACCELER_H

#include "mbed.h"

extern Serial pc;
extern I2C i2c_port;
void configure_acceleration(void);
#endif