Editing an existing fuzzy logic .h file

I am trying to come up with a code for a fuzzy irrigation controller that takes in 4 variables and outputs Evapotranspiration (ETO) value based on fuzzy rules. I am editing an example from github and i wish to edit their header file which has only one input and one output per rule i.e if service is poor then food is cheap.

My fuzzy rules are of the kind;
If solar radiation is Dark and Air Humidity is High and Temp is Hot and Windspeed is Fast then ETO is Medium.
I am a new user and cannot upload the following files I want to edit with notepad++.
these are the file names;

FuzzyLibrary.cpp
FuzzyLibrary.h

just the part Fuzzy::createRule

The files can be found at GitHub - amimaro/FuzzyLibrary: Fuzzy Logic Library for Arduino. Please Help.

Upload to where?

Your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with (nor for advise on) your project :wink: See About the Installation & Troubleshooting category.

Thank you very much.

Make 2 new tabs naming them xxx.cpp and xxx.h, copy and past the code into the tabs and save.

Thank you for your reply. My issue is with changing the said files to accommodate more input variables in the object createvariables.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.