First version of use of classes project
Revision 0:c511890bc3db, committed 2018-10-29
- Comitter:
- JorineOosting
- Date:
- Mon Oct 29 22:01:54 2018 +0000
- Commit message:
- Classes Opzet;
Changed in this revision
filter.cpp | Show annotated file Show diff for this revision Revisions of this file |
filter.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 000000000000 -r c511890bc3db filter.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/filter.cpp Mon Oct 29 22:01:54 2018 +0000 @@ -0,0 +1,3 @@ +#include"mbed.h +#include"filter.h" +
diff -r 000000000000 -r c511890bc3db filter.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/filter.h Mon Oct 29 22:01:54 2018 +0000 @@ -0,0 +1,8 @@ +class filter { + public: + filter(int a, int b); + void calibrate(); + void filter_emg(); + void compare_to_threshold(); + double get_emg(): +} \ No newline at end of file