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: mbed QEI HIDScope biquadFilter MODSERIAL FastPWM
functions.h
- Committer:
- JornD
- Date:
- 2019-10-16
- Branch:
- Branch2
- Revision:
- 61:4c7de1e2f9fe
- Parent:
- 56:58cbb056e4be
- Child:
- 64:5a6bf0cd1c50
File content as of revision 61:4c7de1e2f9fe:
#ifndef header_h #define header_h #include "structures.h" //Functions //--Controller functions; form "controller.cpp"; Complete void InitializeControllers(void); float Biquad(ControllerSettings& StrucName, MemoryIO& MemName, float X); //--EMG Processing; from "emgprocessing.cpp"; float ProcessEMG(float X); #endif