Updated comments

This commit is contained in:
jgromes 2019-11-14 15:33:14 +01:00
parent e48275e998
commit 300e7f48fd
2 changed files with 5 additions and 3 deletions

View file

@ -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:
/*!

View file

@ -5,8 +5,6 @@
#include "Module.h"
#include "SX126x.h"
//SX126X_CMD_SET_PA_CONFIG
/*!
\class SX1262