Hi,
I try to use a LED with TOSSIM to notify if an ACK-package is sent out.
The interesting part is:
task void SendAckTask()
{
[..]
call HWSend.send(pAckMsg->addr, pAckMsg->length, pAckMsg);
dbg(DBG_ECC, "ECC: Toggle yellow!\n");
call Leds.yellowToggle();
}
The dbg-message "Toggle yellow!" is printed but neither the yellow LED
blinks nor is there LED-debug information showing that it should.
It looks like the call is not accepted or stepped over somehow.
I use the same Toggle-procedure (just with green, but tried switching,
no change) when sending out packets or receving packets and it works in
these places.
Is there any reason why this isn't working or an easy way to find out?
Thanks in advance. This thing gives me a headache...
Martin
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help