Hello, I have a simple question. I am reading the header file for CC2420 in TinyOS (CC2420.h). I can not understand what the following part means:
enum cc2420_status_enums {
...
CC2420_STATUS_TX_ACTIVE = 1 << 3,
...
};
What does this part mean?
Thanks.
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
