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.
Dependencies: biquadFilter mbed
Diff: emg-utils.cpp
- Revision:
- 1:984b6b6812c7
- Parent:
- 0:44d3f99b08c1
- Child:
- 2:8b790c03a760
--- a/emg-utils.cpp Wed Nov 02 11:08:53 2016 +0000 +++ b/emg-utils.cpp Wed Nov 02 13:19:42 2016 +0000 @@ -142,16 +142,16 @@ scope.send(); } - -int main() -{ - bqc1.add( &bq11 ); - bqc2.add( &bq12 ); - - -// bqc1.add( &bq11 ); -// bqc2.add( &bq12 ); - // 500 HZ Ticker - ticker.attach(&processEMG, 0.002); - while (true); -} \ No newline at end of file +// +//int main() +//{ +// bqc1.add( &bq11 ); +// bqc2.add( &bq12 ); +// +// +//// bqc1.add( &bq11 ); +//// bqc2.add( &bq12 ); +// // 500 HZ Ticker +// ticker.attach(&processEMG, 0.002); +// while (true); +//} \ No newline at end of file