mirror of https://github.com/arendst/Tasmota.git
11 lines
182 B
C
11 lines
182 B
C
|
|
||
|
#ifndef __RF24_INCLUDES_H__
|
||
|
#define __RF24_INCLUDES_H__
|
||
|
|
||
|
#define RF24_RPi
|
||
|
#include "RPi/bcm2835.h"
|
||
|
#include "RPi/RF24_arch_config.h"
|
||
|
#include "RPi/interrupt.h"
|
||
|
|
||
|
#endif
|