All working, HIDScope working with BiQuads! Filter coefficients are not perfect yet.
Dependencies: HIDScope MODSERIAL QEI biquadFilter mbed
Fork of prog_practPutty2 by
Revision 5:0bc7a874c640, committed 2016-10-17
- Comitter:
- GerhardBerman
- Date:
- Mon Oct 17 10:38:56 2016 +0000
- Parent:
- 4:7224b1f0c668
- Commit message:
- All working, including BiQuads and HIDScope. Filter coeffs are not perfect yet.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Oct 14 11:06:32 2016 +0000 +++ b/main.cpp Mon Oct 17 10:38:56 2016 +0000 @@ -118,8 +118,8 @@ int main() { //Initialize - led1=0; - led2=0; + led1=1; + led2=1; float Potmeter = potMeterIn.read(); MeasureTicker.attach(&MeasureTicker_act, 0.01f); bqc.add(&bq1).add(&bq2);