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: mbed mbed-rtos Motor LSM9DS1_Library_cal X_NUCLEO_53L0A1
main.cpp@1:9feec6f69f72, 2019-04-12 (annotated)
- Committer:
- abh15
- Date:
- Fri Apr 12 20:15:54 2019 +0000
- Revision:
- 1:9feec6f69f72
- Parent:
- 0:66b7ea9af0dc
- Child:
- 3:1dce1ba5b8bd
Test
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rpatelpj | 0:66b7ea9af0dc | 1 | #include "mbed.h" |
rpatelpj | 0:66b7ea9af0dc | 2 | #include "Motor.h" |
rpatelpj | 0:66b7ea9af0dc | 3 | #include "HALLFX_ENCODER.h" |
rpatelpj | 0:66b7ea9af0dc | 4 | #include "LSM9DS1.h" |
rpatelpj | 0:66b7ea9af0dc | 5 | |
rpatelpj | 0:66b7ea9af0dc | 6 | Serial pc(USBTX, USBRX); |
rpatelpj | 0:66b7ea9af0dc | 7 | |
rpatelpj | 0:66b7ea9af0dc | 8 | int main() { |
abh15 | 1:9feec6f69f72 | 9 | // Test comment |
rpatelpj | 0:66b7ea9af0dc | 10 | } |