RadioLib/src/modules/LR11x0/LR1121.cpp

8 wiersze
143 B
C++

#include "LR1121.h"
#if !RADIOLIB_EXCLUDE_LR11X0
LR1121::LR1121(Module* mod) : LR1120(mod) {
chipType = RADIOLIB_LR11X0_HW_LR1121;
}
#endif