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
accelerometer.h@0:252a026cb80b, 2018-09-12 (annotated)
- Committer:
- Huot87
- Date:
- Wed Sep 12 20:08:50 2018 +0000
- Revision:
- 0:252a026cb80b
- Child:
- 1:d33940a636b0
LSM303 - LRAT
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Huot87 | 0:252a026cb80b | 1 | #ifndef ACCELEROMETER_H_ |
Huot87 | 0:252a026cb80b | 2 | #define ACCELEROMETER_H_ |
Huot87 | 0:252a026cb80b | 3 | |
Huot87 | 0:252a026cb80b | 4 | class Accelerometer |
Huot87 | 0:252a026cb80b | 5 | { |
Huot87 | 0:252a026cb80b | 6 | |
Huot87 | 0:252a026cb80b | 7 | }; |
Huot87 | 0:252a026cb80b | 8 | |
Huot87 | 0:252a026cb80b | 9 | #endif |