Commit ebcd0d1d authored by maniacbug's avatar maniacbug

Add isValid

parent 8eaad77b
...@@ -637,6 +637,15 @@ public: ...@@ -637,6 +637,15 @@ public:
*/ */
bool testRPD(void) ; bool testRPD(void) ;
/**
* Test whether this is a real radio, or a mock shim for
* debugging. Setting either pin to 0xff is the way to
* indicate that this is not a real radio.
*
* @return true if this is a legitimate radio
*/
bool isValid() { return ce_pin != 0xff && csn_pin != 0xff; }
/**@}*/ /**@}*/
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment