Double quotes/angle brackets in include
Opened this issue · 5 comments
Please note that the LPS35HW library located @ https://github.com/pilotak/LPS35HW cannot compile since neither includes "LPS35HW.h" nor "MeteoFunctions.h" and their associated CPP files appear to exist anywhere that I can find. These included header files are quoted instead of being in brackets and hence are apparently not part of the normal Arduino IDE library. Thank you.
MeteoFunctions are not part of this library. This lib compiles fine with Arduino IDE and PlatformIO please see https://github.com/pilotak/LPS35HW/actions/runs/436517133 if you are having a problems, than please attach the error log
Since I am new to Arduino and GetHub I have to ask some additional questions. I am unable to find any PlatformIO library in the Arduino IDE. Where can I find all of the relevant source files that are apparently in PlatformIO to allow for a complete compilation? Thank you.
I'm sorry, but you should learn how to use libraries first before raising an issue that it doesn't work. ie here https://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use forget about PlatformIO at the moment. This library is part of Library Manager...
I didn't want to be rude or anythink like that, i suppose you started the conversation from wrong end - you said it doesn't compile, library is not in PIO (which are know there is) and you are a newbie which rings the bell to me you don't know how to libraries, so i'm sorry.
I actually use both IDE and PIO. As per documentation https://www.arduino.cc/reference/en/language/structure/further-syntax/include/ i can use double quotes which will first search in sketch folder and if not found in libraries folder but i will double check that