nRF24 / RF24

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices
https://nrf24.github.io/RF24
GNU General Public License v2.0
2.21k stars 1.02k forks source link

Intel edison #224

Closed aafeliz closed 8 years ago

aafeliz commented 8 years ago

cp utility/BBB/includes.h utility/includes.h g++ -Wall -fPIC -c RF24.cpp In file included from RF24.cpp:10:0: RF24_config.h:58:23: fatal error: Arduino.h: No such file or directory

include

                   ^

compilation terminated. Makefile:85: recipe for target 'RF24.o' failed make: *\ [RF24.o] Error 1

aafeliz commented 8 years ago

same as earlier issue. solution seemed to be the following. open the RF24_config.h file using vi and under the user defined section enter the following.

define MRAA

define RF24_LINUX