Kim Bruil
/
EMG_Input
EMG input library biorobortics 31-10-2016
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 |
diff -r ceed9f02b815 -r 98406a20a42b EMG_input.cpp --- 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(){