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: MPU6050 mbed-http MBed_Adafruit-GPS-Library
source/CONSTANTS.h@36:32a0a71555f0, 2019-08-01 (annotated)
- Committer:
- Alvaro13
- Date:
- Thu Aug 01 03:43:28 2019 +0000
- Revision:
- 36:32a0a71555f0
First commit!
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Alvaro13 | 36:32a0a71555f0 | 1 | #ifndef CONSTANTS_H |
| Alvaro13 | 36:32a0a71555f0 | 2 | #define CONSTANTS_H |
| Alvaro13 | 36:32a0a71555f0 | 3 | |
| Alvaro13 | 36:32a0a71555f0 | 4 | #define BAUD_RATE 115200 |
| Alvaro13 | 36:32a0a71555f0 | 5 | #define GRAVITY_CONSTANT 9.81 |
| Alvaro13 | 36:32a0a71555f0 | 6 | #define SAMPLE_RATE_MEASURE 0.016 |
| Alvaro13 | 36:32a0a71555f0 | 7 | |
| Alvaro13 | 36:32a0a71555f0 | 8 | |
| Alvaro13 | 36:32a0a71555f0 | 9 | #endif |
