Skip to content

Commit

Permalink
Intel Galileo Support
Browse files Browse the repository at this point in the history
  • Loading branch information
spaniakos committed Jan 13, 2015
1 parent 1b0a701 commit 276a598
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ uint64_t pipe_address( uint16_t node, uint8_t pipe )

#if defined ENABLE_SLEEP_MODE

#if !defined(__arm__)
#if !defined(__arm__) && !defined(__ARDUINO_X86__)

void wakeUp(){
sleep_disable();
Expand Down
Binary file added RF24Network.o
Binary file not shown.
2 changes: 1 addition & 1 deletion examples_RPi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOURCES = ${PROGRAMS:=.cpp}
all: ${PROGRAMS}

${PROGRAMS}: ${SOURCES}
g++ ${CCFLAGS} -Wall -I../ -lrf24-bcm -lrf24network $@.cpp -o $@
g++ ${CCFLAGS} -Wall -I../ -lrf24-bcm -lrf24network -lMD5 $@.cpp -o $@

clean:
rm -rf $(PROGRAMS)
Expand Down
Binary file added librf24network.so.1.0
Binary file not shown.

0 comments on commit 276a598

Please sign in to comment.