Skip to content

Commit

Permalink
Update gettingstarted.cpp
Browse files Browse the repository at this point in the history
Required include unistd.h header for use sleep() in RBpi
  • Loading branch information
cguzmanceti committed Oct 29, 2015
1 parent 7a44681 commit f3cc137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples_RPi/gettingstarted.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ TMRh20 2014 - Updated to work with optimized RF24 Arduino library
#include <iostream>
#include <sstream>
#include <string>
#include <unistd.h>
#include <RF24/RF24.h>

using namespace std;
Expand Down

0 comments on commit f3cc137

Please sign in to comment.