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.
Fork of TB6612FNG2 by
Revision 3:cb336a5cf19e, committed 2014-05-09
- Comitter:
- Throwbot
- Date:
- Fri May 09 14:49:33 2014 +0000
- Parent:
- 2:73cbc6028f7a
- Child:
- 4:53e02c276f23
- Commit message:
- 2
Changed in this revision
| TB6612.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/TB6612.cpp Thu May 08 19:11:04 2014 +0000
+++ b/TB6612.cpp Fri May 09 14:49:33 2014 +0000
@@ -22,9 +22,9 @@
// Speed Control
// arg
// int speed -100 -- 0 -- 100
-void TB6612::speed(int speed) {
+void TB6612::speed(int speed_) {
- speed *= scale;
+ float speed = scale*(float)speed_;
if( speed > 0 )
{
