RadioLib
Universal wireless communication library for Arduino
SX1281.h
1
#if !defined(_RADIOLIB_SX1281_H)
2
#define _RADIOLIB_SX1281_H
3
4
#include "../../TypeDef.h"
5
6
#if !defined(RADIOLIB_EXCLUDE_SX128X)
7
8
#include "../../Module.h"
9
#include "SX128x.h"
10
16
class
SX1281
:
public
SX128x
{
17
public
:
23
SX1281
(
Module
* mod);
24
25
#if !defined(RADIOLIB_GODMODE)
26
private
:
27
#endif
28
29
};
30
31
#endif
32
33
#endif
SX128x
Base class for SX128x series. All derived classes for SX128x (e.g. SX1280 or SX1281) inherit from thi...
Definition:
SX128x.h:339
SX1281::SX1281
SX1281(Module *mod)
Default constructor.
Definition:
SX1281.cpp:4
Module
Implements all common low-level SPI/UART/I2C methods to control the wireless module....
Definition:
Module.h:17
SX1281
Derived class for SX1281 modules.
Definition:
SX1281.h:16
src
modules
SX128x
SX1281.h
Generated by
1.8.17