Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
ookradio.h
Go to the documentation of this file.
1
#ifndef OOKRADIO_H
2
#define OOKRADIO_H
3
13
// SPI hardware abstraction layer
14
#include "
ookradio/hal/spi_module.h
"
15
16
#if defined(ARDUINO) && defined(__cplusplus)
17
#include "
ookradio/hal/targets/arduino/spi_module_arduino.hpp
"
18
#endif
19
20
#if defined(ESP_PLATFORM)
21
#include "
ookradio/hal/targets/espidf/spi_module_espidf.h
"
22
#endif
23
24
#if defined(__linux__)
25
#include "
ookradio/hal/targets/linux/spi_module_linux.h
"
26
#endif
27
28
// Userland SPI drivers for radio modules
29
#include "
ookradio/drivers/rfm69/rfm69.h
"
30
#include "
ookradio/drivers/sx1278/sx1278.h
"
31
32
#endif
// OOKRADIO_H
rfm69.h
spi_module.h
spi_module_arduino.hpp
spi_module_espidf.h
spi_module_linux.h
sx1278.h
src
ookradio.h
Generated by
1.9.8