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: Encoder HIDScope mbed
Fork of Motor_component_testing by
Revision 2:b7d757570748, committed 2014-10-23
- Comitter:
- BArendshorst
- Date:
- Thu Oct 23 09:47:12 2014 +0000
- Parent:
- 1:0471de635f87
- Child:
- 3:c6b8499a9021
- Commit message:
- Ondergrens goede pinnen no scope;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 23 09:40:10 2014 +0000
+++ b/main.cpp Thu Oct 23 09:47:12 2014 +0000
@@ -10,7 +10,7 @@
DigitalOut motordir1(M1_DIR);
DigitalOut LED(LED_GREEN);
-float PWM = 0.6; /// (1000/200);
+float PWM = 0.51; /// (1000/200);
//HIDScope scope(3);
int main() {
