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: LSM9DS1 RangeFinder FastPWM
PM2_Libary.h@12:2542b22a84d2, 2022-02-23 (annotated)
- Committer:
- pmic
- Date:
- Wed Feb 23 07:17:05 2022 +0000
- Revision:
- 12:2542b22a84d2
- Parent:
- 10:fe74e8909d3f
- Child:
- 14:7348321514db
Included driver for LSM9DS1 IMU.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| pmic | 10:fe74e8909d3f | 1 | /* PM2_Libary */ |
| pmic | 10:fe74e8909d3f | 2 | #include "EncoderCounter.h" |
| pmic | 10:fe74e8909d3f | 3 | #include "Servo.h" |
| pmic | 10:fe74e8909d3f | 4 | #include "SpeedController.h" |
| pmic | 10:fe74e8909d3f | 5 | #include "PositionController.h" |
| pmic | 10:fe74e8909d3f | 6 | #include "FastPWM.h" |
| pmic | 12:2542b22a84d2 | 7 | #include "RangeFinder.h" |
| pmic | 12:2542b22a84d2 | 8 | #include "LSM9DS1_i2c.h" // this thing is a mess |