Library containing essential automation elements with parameters in continuous Laplace domain, and implemented with fixed sample time. This means that "out" member functions should be called using Ticker object.
Dependents: CurrentMeasurement Zavrsni_rad_NXP_cup HC-SR04 Nucleo_SSD1306_DS1302_ESP8266_AM2320_BME280 ... more
Revision 1:b9e11da0f2eb, committed 2015-01-22
- Comitter:
- tbjazic
- Date:
- Thu Jan 22 12:44:37 2015 +0000
- Parent:
- 0:3dd7aeceee65
- Commit message:
- Added header file "AutomationElements.h".
Changed in this revision
AutomationElements.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3dd7aeceee65 -r b9e11da0f2eb AutomationElements.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/AutomationElements.h Thu Jan 22 12:44:37 2015 +0000 @@ -0,0 +1,12 @@ +#ifndef AUTOMATION_ELEMENTS_H +#define AUTOMATION_ELEMENTS_H + +#include "DT1.h" +#include "I.h" +#include "PDT1.h" +#include "PI.h" +#include "PT1.h" +#include "PT2.h" +#include "PT2cc.h" + +#endif // AUTOMATION_ELEMENTS_H \ No newline at end of file