alvesoaj / eFLL

eFLL (Embedded Fuzzy Logic Library) is a standard library for Embedded Systems
MIT License
209 stars 91 forks source link

Fuzzy PID Controller Example? #17

Closed edgsc closed 5 years ago

edgsc commented 5 years ago

Hi and thanks for your attention!

I've seen the examples, but couldn't figure out if it's possible to use this library with Brett's Beauregard's PID library (or any PID). Would FuzzyOutputs be Kp, Ki, Kd? 3 outputs and 2 inputs (setpoint and measured variable)?

Thanks!

alvesoaj commented 5 years ago

Yes, you can build a Fuzzy system with 2 inputs and 3 outputs, the advanced-example show how to build a system with 2 outputs.