X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fadc12%2FMsp430Adc12MultiChannel.nc;h=aff85f6f9ee0f11f42e45cc32395209b9ffb4a3a;hp=38ff00c7551d7671f3d9a572fb92eef98985ebad;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc b/tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc index 38ff00c7..aff85f6f 100644 --- a/tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc +++ b/tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc @@ -75,7 +75,9 @@ interface Msp430Adc12MultiChannel * numSamples = (numMemctl+1) * 2 * * @param jiffies Sampling period in terms of clock ticks of "sampcon_ssel" - * and input divider "sampcon_id". + * and input divider "sampcon_id". Samples are taken equally-spaced in + * time iterating round-robin over the channels (different channels are + * not sampled simultaneously but one after another). * * @return SUCCESS means that the ADC was configured successfully and * getData() can be called to start the conversion.