alvesoaj / eFLL

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

'fuzzy' was not declared in this scope #42

Open roxanaRADUonGITHUB opened 4 months ago

roxanaRADUonGITHUB commented 4 months ago
FuzzyInput *weather = new FuzzyInput(1);

weather->addFuzzySet(snow); weather->addFuzzySet(fog); weather->addFuzzySet(rain); weather->addFuzzySet(fine); fuzzy->addFuzzyInput(weather);

I am getting an error: 'fuzzy' was not declared in this scope

roxanaRADUonGITHUB commented 4 months ago

not an issue, sorry