From d9d0a1f783ce2c6eaf95ed2f23a99769e5e82878 Mon Sep 17 00:00:00 2001 From: janhauer Date: Thu, 3 Dec 2009 17:36:13 +0000 Subject: [PATCH] Added a comment --- tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.39.2