[Print] Fixed doxygen warnings
This commit is contained in:
parent
ab4c82c7c1
commit
63e8172815
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@
|
||||||
#define RADIOLIB_ASCII_EXTENDED 1
|
#define RADIOLIB_ASCII_EXTENDED 1
|
||||||
#define RADIOLIB_ITA2 2
|
#define RADIOLIB_ITA2 2
|
||||||
|
|
||||||
// based on Arduino Print class
|
/*!
|
||||||
|
\class RadioLibPrint
|
||||||
|
\brief Printing class, based on Arduino Print class with additional encodings.
|
||||||
|
*/
|
||||||
class RadioLibPrint {
|
class RadioLibPrint {
|
||||||
public:
|
public:
|
||||||
virtual size_t write(uint8_t) = 0;
|
virtual size_t write(uint8_t) = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue