Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DmTouch_UniGraphic UniGraphic mbed
acceler_sensor.h
- Committer:
- swescott17
- Date:
- 2017-01-18
- Revision:
- 16:995c9920f14e
- Parent:
- 13:b3637adeaa2a
File content as of revision 16:995c9920f14e:
#ifndef ACCELER_H #define ACCELER_H #include "mbed.h" extern Serial pc; extern I2C i2c_port; void configure_acceleration(void); void getacceleration (float*); #endif