Commit a009487a authored by TMRh20's avatar TMRh20

Updated examples per issue #6

Updated examples to use proper include path

https://github.com/TMRh20/RF24/issues/6
parent b7c24a81
......@@ -29,7 +29,7 @@
#include <cstdlib>
#include <iostream>
#include "../RF24.h"
#include <RF24/RF24.h>
using namespace std;
......
......@@ -25,7 +25,7 @@
#include <cstdlib>
#include <iostream>
#include "../RF24.h"
#include <RF24/RF24.h>
using namespace std;
......
......@@ -23,7 +23,7 @@ TMRh20 2014 - Updated to work with optimized RF24 Arduino library
#include <iostream>
#include <sstream>
#include <string>
#include "./RF24.h"
#include <RF24/RF24.h>
using namespace std;
//
......
......@@ -17,7 +17,7 @@ TMRh20 2014 - Updated to work with optimized RF24 Arduino library
#include <iostream>
#include <sstream>
#include <string>
#include "./RF24.h"
#include <RF24/RF24.h>
using namespace std;
......
......@@ -16,7 +16,7 @@ TMRh20 2014
#include <iostream>
#include <sstream>
#include <string>
#include "./RF24.h"
#include <RF24/RF24.h>
using namespace std;
......
......@@ -63,9 +63,9 @@ C. Copy the RF24Network folder to the current directory, and delete the rest
D. Build the library
sudo make
sudo make install
cd examples
sudo make
make
sudo ./helloworld_rx OR sudo ./helloworld_tx
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment