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: USBDevice mbed-rtos mbed
Fork of JoyStick by
Diff: LowPassFilter.h
- Revision:
- 5:a0bb17c379ce
- Parent:
- 1:5b2ab44eb31f
diff -r 2cc58c173de8 -r a0bb17c379ce LowPassFilter.h
--- a/LowPassFilter.h Thu Mar 10 14:05:02 2016 +0000
+++ b/LowPassFilter.h Wed Jun 22 12:50:16 2016 +0000
@@ -19,7 +19,7 @@
LowPassFilter(AnalogFilterInterface *chain, double alpha);
~LowPassFilter();
virtual void setData(long data);
- virtual long getData();
+ virtual long getData() const;
};
#endif
\ No newline at end of file
