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:
- 18:eec0880fcded
- Parent:
- 17:cfe44346645c
- Child:
- 20:11e1244ad2ad
diff -r cfe44346645c -r eec0880fcded Filterdesigns.h --- a/Filterdesigns.h Fri Oct 09 11:27:58 2015 +0000 +++ b/Filterdesigns.h Mon Oct 12 10:14:18 2015 +0000 @@ -1,3 +1,3 @@ #include "mbed.h" -double Filterdesigns(double u); \ No newline at end of file +double Filterdesigns(double u, double ymin); \ No newline at end of file