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 EMG by
Revision 29:98406a20a42b, committed 2016-10-31
- Comitter:
- kbruil
- Date:
- Mon Oct 31 12:30:20 2016 +0000
- Parent:
- 28:ceed9f02b815
- Commit message:
- Code project biorobotics 31-10-2016;
Changed in this revision
| EMG_input.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/EMG_input.cpp Fri Oct 28 09:44:54 2016 +0000
+++ b/EMG_input.cpp Mon Oct 31 12:30:20 2016 +0000
@@ -49,7 +49,8 @@
** =============================================================================
*/
bool EMG_input::read(void){
- return (discrete>=EMG_THRESHOLD);
+ //return (discrete>=EMG_THRESHOLD);
+ return false;
}
EMG_input::~EMG_input(){
