[CC1101] Added missing comment
This commit is contained in:
parent
2ff87ec07c
commit
88af8aeb12
1 changed files with 5 additions and 0 deletions
|
@ -494,6 +494,11 @@
|
||||||
#define CC1101_GDO2_ACTIVE 0b00000100 // 2 2 GDO2 is active/asserted
|
#define CC1101_GDO2_ACTIVE 0b00000100 // 2 2 GDO2 is active/asserted
|
||||||
#define CC1101_GDO0_ACTIVE 0b00000001 // 0 0 GDO0 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 {
|
class CC1101: public PhysicalLayer {
|
||||||
public:
|
public:
|
||||||
// introduce PhysicalLayer overloads
|
// introduce PhysicalLayer overloads
|
||||||
|
|
Loading…
Add table
Reference in a new issue