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: MMA8451Q USBDevice mbed nRF24L01P
Revision 4:7012a2af25f6, committed 2014-09-29
- Comitter:
- shunshou
- Date:
- Mon Sep 29 17:22:35 2014 +0000
- Parent:
- 3:99ed0483f868
- Commit message:
- changed pwm settings
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 29 17:14:42 2014 +0000
+++ b/main.cpp Mon Sep 29 17:22:35 2014 +0000
@@ -281,7 +281,7 @@
if (attackflag == true){
if (motorCycle < 250){
motorCycle++;
- motor.write(0.80f); // 40% duty cycle, relative to period
+ motor.write(0.40f); // 40% duty cycle, relative to period
}
else {