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.
YellowMotors.h@1:85961b2af06e, 2016-02-03 (annotated)
- Committer:
- amateusz
- Date:
- Wed Feb 03 16:16:33 2016 +0000
- Revision:
- 1:85961b2af06e
- Parent:
- 0:85e85976c650
- Child:
- 2:6f6e591f1838
No class yet, just some functions
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
amateusz | 0:85e85976c650 | 1 | |
amateusz | 1:85961b2af06e | 2 | // this is rather strange case, because my motors aren't performing both well. Left one has far weaker, causing delayed start-up and lower RPM. Thus my functions differ. I have a whole bigass spreadsheet of graphs and calculations by the way. |
amateusz | 0:85e85976c650 | 3 | float motorLinearizationL(float desired); // left motor is worse. at max desired speed it'll run at full 100% speed. this is thus weaker compensation. |
amateusz | 0:85e85976c650 | 4 | float motorLinearizationR(float desired); // this is stronger compensation for more powerful motor. it runs it at < 100% speed |