mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-12 02:10:03 +01:00
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
|