Jim Fell
Software Engineer
LS Research, LLC
W66 N220 Commerce Court
Cedarburg, WI 53012-2636
Direct: 262-421-4402
Main: 262-375-4400
Fax: 262-375-4248
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
http://www.lsr.com/ <http://www.lsr.com/>
Notice: This message and any included attachments are intended only for
the use of the addressee, and may contain information that is privileged
or confidential. If you are not the intended recipient, you are hereby
notified that any review, copying or distribution of this communication
is strictly prohibited. If you have received this e-mail in error,
please destroy the original message and any copies or printouts hereof.
Any views or opinions presented are solely those of the author of this
e-mail, and do not necessarily represent those of LS Research, LLC,
unless otherwise specifically stated.
Can I do something like this in the CC2420TransmitP module:
implementation {
...
uses GeneralIO as Twiddle -> GeneralIO.P23;
...
command error_t StdControl.stop() {
atomic {
m_state = S_STOPPED;
call BackoffTimer.stop();
call CaptureSFD.disable();
call SpiResource.release(); // REMOVE
call CSN.set();
}
atomic {
call Twiddle.set();
}
return SUCCESS;
}
Any suggestions would be appreciated.
Thanks,
-Jim
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help