|
Your error means the Arduino IDE is missing the RF24 library, which you can fix by going to Sketch > Include Library > Manage Libraries..., searching for RF24 by TMRh20, and clicking Install. Once installed, recompile your code and the error should be resolved. |
|