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.
History
New file for filters without classes, check if input and output are correct. Should be pasted into main code.
2015-10-26, by roosbulthuis [Mon, 26 Oct 2015 11:42:17 +0000] rev 3
New file for filters without classes, check if input and output are correct. Should be pasted into main code.
read_filter needs to be rewritten into the main loop as passing analogin to the constructor function is not working
2015-10-26, by NickDGreg [Mon, 26 Oct 2015 10:55:48 +0000] rev 2
read_filter needs to be rewritten into the main loop as passing analogin to the constructor function is not working
same problem different errors. Fuck it. ; Tried passing as AnalogIn not pinName and as reference to analogIn. Neither worked. Been many hours and I'm stuck.
2015-10-23, by NickDGreg [Fri, 23 Oct 2015 13:26:52 +0000] rev 1
same problem different errors. Fuck it. ; Tried passing as AnalogIn not pinName and as reference to analogIn. Neither worked. Been many hours and I'm stuck.
move_motor compiles, working on filter. Cannot pass AnalogIn as input, says no default constructor. Cannot pass as pinName as analogIn declared in constructor cannot be seen by methods; ;
2015-10-23, by NickDGreg [Fri, 23 Oct 2015 13:14:57 +0000] rev 0
move_motor compiles, working on filter. Cannot pass AnalogIn as input, says no default constructor. Cannot pass as pinName as analogIn declared in constructor cannot be seen by methods; ;