cannot compile - libs missing
dneise opened this issue · 2 comments
dneise commented
We should distribute the dependences with the source files. I am not able to compile this, as I don't know which libs to install.
maxnoe commented
The libs were in the marketplace of my arduino editor thingy. The namens are the same AS the includes
per1234 commented
It's reasonable to expect the user to install the dependencies but there should be some documentation of this process. I think it's best practices to add a comment after every include statement for an external dependency with a link or other explanation of where it can be found. The Arduino IDE actually has a little known feature that allows you to add clickable links to your sketch that open a search for the library name in the Library Manager:
#include <DallasTemperature.h> // Available from Library Manager: http://librarymanager/All#DallasTemperature
#include <OneWire.h> // Available from Library Manager: http://librarymanager/All#OneWire