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.
main.h
00001 #define ON 1 00002 #define OFF 0 00003 00004 unsigned short ADC_DATA; 00005 float centreTap = 0.0; 00006 00007 //ALL unsigned short VALUES HAVE BEEN CHANGED TO FLOATS OTHERWISE THE COEFFICIENT MULTIPLICATIONS WILL BE ROUNDED TO THE NEAREST INTEGER WHICH IN SOME CASES IS ZERO. 00008 float xn = 0.0; 00009 float xnm1 = 0.0; 00010 float xnm2 = 0.0; 00011 float xnm3 = 0.0; 00012 float xnm4 = 0.0; 00013 00014 00015 float yn = 0.0; 00016 float ynm1 = 0.0; 00017 float ynm2 = 0.0; 00018 float ynm3 = 0.0; 00019 float ynm4 = 0.0;
Generated on Wed Jul 20 2022 13:57:55 by
1.7.2