eFLL (Embedded Fuzzy Logic Library) - Fuzzy Logic on Arduino

For the records...

Not a float issue at all! Problems come from memory: you can't use a 7x7 rules matrix with an AVR!

Good practice is to test all addFuzzyxxx() call, and check if they return true. If not, it means there is not enough memory to store the object.

Hope this helps.