/*! \file nrf.h \author Travis Goodspeed \brief Constants for NRF Driver */ //Nordic RF Instructions #define NRF_R_REGISTER 0x00 #define NRF_W_REGISTER 0x20 #define NRF_R_RX_PAYLOAD 0x60 #define NRF_W_TX_PAYLOAD 0xA0 #define NRF_FLUSH_TX 0xE0 #define NRF_FLUSH_RX 0xE1 #define NRF_REUSE_TX_PL 0xE2 #define NRF_NOP 0xFF