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@0:66b7ea9af0dc, 2019-04-12 (annotated)
- Committer:
- rpatelpj
- Date:
- Fri Apr 12 20:11:19 2019 +0000
- Revision:
- 0:66b7ea9af0dc
- Child:
- 1:9feec6f69f72
Add I/O device libraries
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() { |
rpatelpj | 0:66b7ea9af0dc | 9 | |
rpatelpj | 0:66b7ea9af0dc | 10 | } |