Hi all,
 
I have implement a ADC sensor into oscilloscope program. Part of it is as shown 
below:
 
 
command result_t StdControl.init() {    call Leds.init();    call 
Leds.yellowOff(); call Leds.redOff(); call Leds.greenOff();
    //turn on the sensors so that they can be read.    call ADCControl.init();
    call CommControl.init();        call 
ADCControl.bindPort(TOS_ADC_HEART_PORT, TOSH_ACTUAL_ADC_HEART_PORT);
    atomic {      currentMsg = 0;      packetReadingNumber = 0;      
readingNumber = 0;    }
 
 
When I run the program, Cygwin output saying that "interface has no cammand or 
event named "bindPort". 
 
Can anyone tell me what is the problem and the correct command should I use?  I 
am install the development environment using Moteiv Tmote Tools 2.0.5. Very 
appreciate your helping.
_________________________________________________________________
Help Splitzo Sally Before It’s Too Late! 
http://www.thegirlwhosplitinto5.com/
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to