#ifndef config_h_included #define config_h_included #define PIN_NRF24_CSN 2 #define PIN_NRF24_CE 15 // communication protocol definitions #define nRF_Channel 1 #define THIS_ADRESS 0 // uint8_t address of this node #endif