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.
Dependents: LRAT-example-lorawan-REFACTOR-and-CLEAN-Branch
Diff: accelerometer.h
- Revision:
- 0:252a026cb80b
- Child:
- 1:d33940a636b0
diff -r 000000000000 -r 252a026cb80b accelerometer.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/accelerometer.h Wed Sep 12 20:08:50 2018 +0000 @@ -0,0 +1,9 @@ +#ifndef ACCELEROMETER_H_ +#define ACCELEROMETER_H_ + +class Accelerometer +{ + +}; + +#endif \ No newline at end of file