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
15
16#if defined(ARDUINO) && defined(__cplusplus)
18#endif
19
20#if defined(ESP_PLATFORM)
22#endif
23
24#if defined(__linux__)
26#endif
27
28// Userland SPI drivers for radio modules
31
32#endif // OOKRADIO_H