Hi, everyone. I am trying to use this library. As installation instruction suggests
Paste the modified folder on your Library folder (On your Libraries folder inside Sketchbooks or Arduino software).
So initially I pasted the ArduinoThread into Arduino software which I think in my case is /opt/arduino-1.8.5/. Then I added it through Arduino IDE: Sketch->AddLibrary. or something, after that the ArduinoThread appeared in the sketchbook/libraries folder.
But it did not work.
In my program I write:
Those are some terrible installation instructions. Follow these and your problem will be solved:
FYI, the advise they give about "Arduino software" is very bad. You should never install a library to the Arduino IDE installation folder because it will be lost when you update to a new IDE version. Always install to the sketchbook folder.
This is specifically so no matter what IDE version you use or update, your libraries will be in the one place that ALL of the IDEs are setup for.
You do not need to extract the zip files, leave them in there and the libraries manager will extract them and any examples for you.