Hi,
I am using Micaz mote,MDA320 Data Acquisition board and Mib520
programming board of crossbow. For my application I have to set any three
Dio pins of MDA320 board to low. I used DioC component and Dio interface in
my program.
In StdControl.start() I gave the following lines:
command result_t StdControl.start() {
call DioControl.init();
call DioControl.start();
call Dio0.low();
call Dio1.high();
call Dio2.high();
return SUCCESS;
}
But my code is not working.All the pins are showing high only.If I set only
one pin to low its working. What modifications should I have to made to set
all 3 pins to low
--
Regards,
G.Dhivya
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help