Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
openrts.h
Go to the documentation of this file.
1#ifndef OPENRTS_H
2#define OPENRTS_H
3
13#include "openrts/boards.h"
14#include "openrts/config.h"
15
16#include "openrts/hal.h"
17#include "openrts/rts_command.h"
18#include "openrts/rts_frame.h"
23#include "openrts/rts_remote.h"
26#include "openrts/rts_timings.h"
27
28// Radio (ook-radio) features
29#if OPENRTS_INCLUDE_RADIO
30#include "openrts/rts_radio.h"
31#endif
32
33// ESP-IDF (ESP32)
34#if OPENRTS_HAS_ESPIDF_GPIO
37#endif
38
39#if OPENRTS_HAS_NVS
41#endif
42
43// Linux
44#if OPENRTS_HAS_GPIOD
47#endif
48
49#if OPENRTS_HAS_MMAP
51#endif
52
53#endif // OPENRTS_H
Common board definitions for microcontrollers and radio modules.