[SX126x] Added missing comments
This commit is contained in:
parent
c9302ed26c
commit
9c2ad14a89
2 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,11 @@
|
|||
#define SX126X_PA_CONFIG_SX1261 0x01
|
||||
#define SX126X_PA_CONFIG_SX1262 0x00
|
||||
|
||||
/*!
|
||||
\class SX1262
|
||||
|
||||
\brief Derived class for %SX1262 modules.
|
||||
*/
|
||||
class SX1262: public SX126x {
|
||||
public:
|
||||
/*!
|
||||
|
|
|
@ -320,7 +320,7 @@
|
|||
/*!
|
||||
\class SX126x
|
||||
|
||||
\brief Base class for %SX126x series. All derived classes for %SX126x (e.g. SX1278 or SX1272) inherit from this base class.
|
||||
\brief Base class for %SX126x series. All derived classes for %SX126x (e.g. SX1262 or SX1268) inherit from this base class.
|
||||
This class should not be instantiated directly from Arduino sketch, only from its derived classes.
|
||||
*/
|
||||
class SX126x: public PhysicalLayer {
|
||||
|
|
Loading…
Add table
Reference in a new issue