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.
Fork of PID by
SigInterpreter.h
00001 #ifndef SIGINTERPRETER_H 00002 #define SIGINTERPRETER_H 00003 00004 #include "initialize.h" 00005 00006 class SigInterpreter { 00007 00008 public: 00009 00010 SigInterpreter(); 00011 double readValue(int); 00012 double filter(float); 00013 00014 private: 00015 00016 }; 00017 #endif /* SIGINTERPRETER_H */
Generated on Fri Jul 15 2022 02:13:13 by
1.7.2
