I am using the latest version of the Arduino IDE and have loaded the nRF24L01 library yet when compiling the basic code it says No Such Directory
Manage libraries says it is installed yet when I try to compile the basic program for the Arduino Nano under check code. I get the error.
Here is the three lines of code I am using:
#include <SPI.h>
#include <nRF24L01.h>
#include <RF24.h>
