]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/adc12/HplAdc12.nc
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / chips / msp430 / adc12 / HplAdc12.nc
index 0eb04afc4b3ff2be0c2187ba33ec9731b12516db..2f6d406700278e0f8220f8a7298aaf650b51964e 100644 (file)
@@ -105,16 +105,6 @@ interface HplAdc12
    */
   async command void resetIFGs(); 
 
-  /** 
-   * Signals an ADC12MEMx overflow.
-   */ 
-  async event void memOverflow();
-
-  /** 
-   * Signals a Conversion time overflow.
-   */ 
-  async event void conversionTimeOverflow();
-
   /** 
    * Signals a conversion result. 
    * @param iv ADC12 interrupt vector value 0x6, 0x8, ... , 0x24
@@ -137,5 +127,10 @@ interface HplAdc12
    */
   async command void startConversion();
 
+  /**
+   * Enables conversion (sets the ENC bit).
+   */
+  async command void enableConversion();
+
 }