mirror of https://github.com/arendst/Tasmota.git
9 lines
158 B
C
9 lines
158 B
C
|
|
||
|
#ifndef __RF24_INCLUDES_H__
|
||
|
#define __RF24_INCLUDES_H__
|
||
|
|
||
|
#define RF24_SPIDEV
|
||
|
#include "SPIDEV/RF24_arch_config.h"
|
||
|
#include "SPIDEV/interrupt.h"
|
||
|
#endif
|