]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/HplTda5250Config.nc
Changed the default to be that all platforms #include stdio.h unless specifically...
[tinyos-2.x.git] / tos / chips / tda5250 / HplTda5250Config.nc
index 3bd82f4afa124a65ead32237985bf9a33c5f71ee..b2b1d32c08908c6fe388644f10d227aa5d4dd81b 100644 (file)
@@ -468,7 +468,15 @@ interface HplTda5250Config {
    */
    async command bool IsRSSIGreaterThanThreshold();
 
-  
+   /**
+   * Checks if the Tx Rx and Sleep radiomodes can be set via pin.
+   * This only concerns SetTxMode(), SetRxMode() and SetSleepMode().
+   *
+   * @return TRUE if radiomodes can be set via pin
+   *         FALSE otherwise.
+   */
+   async command bool IsTxRxPinControlled();
+   
    /**
    * Switches the radio to TxMode when in SLAVE_MODE
    */