Updated comments

pull/71/head
jgromes 2019-11-14 15:33:14 +01:00
rodzic e48275e998
commit 300e7f48fd
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -9,7 +9,11 @@
//SX126X_CMD_SET_PA_CONFIG //SX126X_CMD_SET_PA_CONFIG
#define SX126X_PA_CONFIG_SX1261 0x01 #define SX126X_PA_CONFIG_SX1261 0x01
// TODO: implement SX1261 class /*!
\class SX1261
\brief Derived class for %SX1261 modules.
*/
class SX1261 : public SX1262 { class SX1261 : public SX1262 {
public: public:
/*! /*!

Wyświetl plik

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