Updated comments
This commit is contained in:
parent
e48275e998
commit
300e7f48fd
2 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,11 @@
|
|||
//SX126X_CMD_SET_PA_CONFIG
|
||||
#define SX126X_PA_CONFIG_SX1261 0x01
|
||||
|
||||
// TODO: implement SX1261 class
|
||||
/*!
|
||||
\class SX1261
|
||||
|
||||
\brief Derived class for %SX1261 modules.
|
||||
*/
|
||||
class SX1261 : public SX1262 {
|
||||
public:
|
||||
/*!
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
#include "Module.h"
|
||||
#include "SX126x.h"
|
||||
|
||||
//SX126X_CMD_SET_PA_CONFIG
|
||||
|
||||
/*!
|
||||
\class SX1262
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue