RadioLib
Universal wireless communication library for Arduino
Loading...
Searching...
No Matches
RFM23.h
1
#if !defined(_RADIOLIB_RFM23_H)
2
#define _RADIOLIB_RFM23_H
3
4
#include "../../TypeDef.h"
5
6
#if !RADIOLIB_EXCLUDE_RFM2X
7
8
#include "../../Module.h"
9
#include "../Si443x/Si443x.h"
10
#include "../Si443x/Si4431.h"
11
16
RADIOLIB_TYPE_ALIAS(
Si4431
,
RFM23
)
17
18
#endif
19
20
#endif
RFM23
Only exists as alias for Si4431, since there seems to be no difference between RFM23 and Si4431 modul...
Si4431
Derived class for Si4431 modules.
Definition
Si4431.h:15
src
modules
RFM2x
RFM23.h
Generated by
1.9.8