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 MODSERIAL mbed
Revision 6:337b3e0211d9, committed 2014-11-14
- Comitter:
- wiesdat
- Date:
- Fri Nov 14 09:17:43 2014 +0000
- Parent:
- 5:017f78f0340a
- Commit message:
- maxpwm's weer aangepast naar wat het originele plan was
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Nov 14 09:15:21 2014 +0000
+++ b/main.cpp Fri Nov 14 09:17:43 2014 +0000
@@ -400,13 +400,13 @@
switch(k)
{
case 1:
- maxpwm=0.6; //DE MAX PWM'en AANPASSEN VOOR DE ANDERE CASES!!!!
+ maxpwm=1; //DE MAX PWM'en AANPASSEN VOOR DE ANDERE CASES!!!!
break;
case 2:
maxpwm=0.8;
break;
case 3:
- maxpwm=1.0;
+ maxpwm=0.6;
break;
/*case 4:
maxpwm=0.2;