]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc
- bugfix: ReadStream did not work with a "usPeriod" parameter > 0xFFFF (the fix uses...
[tinyos-2.x.git] / tos / chips / msp430 / adc12 / Msp430Adc12MultiChannel.nc
index 0ded55e31e6ded9ea74f6907fd35be892e0388f2..38ff00c7551d7671f3d9a572fb92eef98985ebad 100644 (file)
@@ -74,13 +74,8 @@ interface Msp430Adc12MultiChannel
    * (numMemctl+1) must be zero. For example, to sample every channel twice use
    * numSamples = (numMemctl+1) * 2
    *
-   * @param jiffies Sampling period per sequence in terms of clock ticks of
-   * "sampcon_ssel" and input divider "sampcon_id". A sequence of (numMemctl+1)
-   * is always sampled as fast as possible and <code>jiffies</code> specifies
-   * the time between those sequences. For example, if numSamples =
-   * (numMemctl+1) * 5, then dataReady() will be signalled after (approx.)
-   * 5*jiffies clock ticks after the call to getData() and each set of
-   * numMemctl+1 channels was sampled at (almost) the same time.
+   * @param jiffies Sampling period in terms of clock ticks of "sampcon_ssel"
+   * and input divider "sampcon_id".
    *
    * @return SUCCESS means that the ADC was configured successfully and
    * <code>getData()</code> can be called to start the conversion.