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.
Revision 3:92390ebe4903, committed 2014-09-02
- Comitter:
- Reiko
- Date:
- Tue Sep 02 15:31:07 2014 +0000
- Parent:
- 2:1ef07b660873
- Commit message:
- Changed ball debounce settings
Changed in this revision
| HumanInterface.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1ef07b660873 -r 92390ebe4903 HumanInterface.cpp
--- a/HumanInterface.cpp Mon Nov 04 21:23:17 2013 +0000
+++ b/HumanInterface.cpp Tue Sep 02 15:31:07 2014 +0000
@@ -24,11 +24,11 @@
buttonGoal.setSamplesTillAssert(20);
buttonStart.setSamplesTillAssert(20);
- inputBall.setSamplesTillAssert(4);
+ inputBall.setSamplesTillAssert(2);
buttonGoal.setSampleFrequency(1000);
buttonStart.setSampleFrequency(1000);
- inputBall.setSampleFrequency(1000);
+ inputBall.setSampleFrequency(250);
redBlinking = false;
