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.
310-TMC3-TestHW/filter.h
- Committer:
- knuderich
- Date:
- 2014-05-09
- Revision:
- 0:c92ca0229c9a
File content as of revision 0:c92ca0229c9a:
#include "mbed.h" //--------------------------------------- // Definitions //--------------------------------------- //--------------------------------------- // Enums //--------------------------------------- //--------------------------------------- // Structures //--------------------------------------- typedef struct { unsigned int filterReg; unsigned int filterShift; }sFLT_LP1Order16BitHandler; //--------------------------------------- // Global Variables //--------------------------------------- //--------------------------------------- // Global Functions //--------------------------------------- void FLT_LP_1Order_16Bit_Init( sFLT_LP1Order16BitHandler *filterHandler ); unsigned short FLT_LP_1Order_16Bit(sFLT_LP1Order16BitHandler *filterHandler, unsigned short input);