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 football_project by
Diff: TA.cpp
- Revision:
- 51:fabe54861f1b
- Parent:
- 50:efe0f3017848
- Child:
- 54:2878d62714d6
diff -r efe0f3017848 -r fabe54861f1b TA.cpp
--- a/TA.cpp Tue Jan 12 21:08:31 2016 +0000
+++ b/TA.cpp Wed Jan 13 18:58:11 2016 +0000
@@ -225,7 +225,7 @@
pulsing = true;
pulse_start = millis();
pulse_period = period;
- pulse_on = (on_time < 126 ? 126 : on_time);
+ pulse_on = on_time; // (on_time < 126 ? 126 : on_time);
pulse_duration = ms;
}
