[CC1101] Added missing comment

pull/13/head
jgromes 2019-05-24 20:29:22 +02:00
rodzic 2ff87ec07c
commit 88af8aeb12
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -494,6 +494,11 @@
#define CC1101_GDO2_ACTIVE 0b00000100 // 2 2 GDO2 is active/asserted
#define CC1101_GDO0_ACTIVE 0b00000001 // 0 0 GDO0 is active/asserted
/*!
\class CC1101
\brief Control class for CC1101 module.
*/
class CC1101: public PhysicalLayer {
public:
// introduce PhysicalLayer overloads