X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fadc12%2FMsp430Adc12MultiChannel.nc;h=38ff00c7551d7671f3d9a572fb92eef98985ebad;hb=60959169f556ee3dc648a69f5c8fb1ed9cd887c7;hp=0ded55e31e6ded9ea74f6907fd35be892e0388f2;hpb=280c1821f287389e7d13ee048e0f3a28927d1302;p=tinyos-2.x.git diff --git a/tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc b/tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc index 0ded55e3..38ff00c7 100644 --- a/tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc +++ b/tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc @@ -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 jiffies 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 * getData() can be called to start the conversion.