Alexandre, Read the interface comments in tinyos-1.x/tos/interfaces/ADC.nc. Basically, the interface requires you return FAIL from dataReady to stop continuous mode.
Cory On 4/3/06, Alexandre Sousa <[EMAIL PROTECTED]> wrote: > Hi, > > How can I stop the ADC.getCountinousData() call? > I'm trying to use this to get about 100 samples using high sampling rate: > - ADCControl.setSamplingRate(TOS_ADCSample120us); > > But I need to stop the conversions. How can I do that? > Many thanks, > Alex > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
