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: HIDScope MODSERIAL QEI TextLCD mbed
Diff: Filterdesigns.h
- Revision:
- 30:8ae855348d22
- Parent:
- 20:11e1244ad2ad
--- a/Filterdesigns.h Sat Oct 17 14:13:57 2015 +0000 +++ b/Filterdesigns.h Mon Oct 19 10:09:42 2015 +0000 @@ -1,3 +1,5 @@ #include "mbed.h" -double Filterdesigns(double u); \ No newline at end of file +double FilterdesignsLeft(double u); + +double FilterdesignsRight(double u); \ No newline at end of file