Wireless turn signal helmet with nRF24L01+ (Newbie)

Hello world completely new to all of this any help and direction would be great! I've gone through some

of the examples from the starter kit guide and a few ones online. I am trying to have two boards talk to

each other through RF. As I signal a turn I want the board (UNO) on the bike to signal a board (MICRO)

on my helmet to show the turn signal as well. My main problem is with the nRF24L01+ I've gone through

some of the examples and got them to send some data. Now I'm trying to go through the LED_Remote

example not sure how to physically set up each board. Someone please help, Thanks!

Tried to upload LED_Remote sketch and it gave me this error...

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Arduino Uno"
sketch_nov17a.ino: In function 'void loop()':
sketch_nov17a:217: error: void value not ignored as it ought to be

Ok, so you have two NRFs talking which is good but can't compile your latest sketch.

Post the sketch between code tags, then people can look at what is wrong.