dparson55 / NRFLite

nRF24L01+ library with AVR 2 pin support, requiring very little code along with YouTube videos showing all available features.
MIT License
161 stars 26 forks source link

The library is not compiled if it is located in a subfolder of the project #72

Closed Dmitro25 closed 3 years ago

Dmitro25 commented 3 years ago

Hi! If you place the library in a subfolder of the current project, for example, in the "src/NRFLite" folder (Arduino ide supports this library location option), then the project is not compiled - an error is issued for including header files: #include <nRF24L01.h> in "NRFLite.h" file and #include <NRFLite.h> in "NRFLite.cpp" file

If you replace the angular quotes with double quotes, then it compiles normally. I propose to make these changes to the source code.