xbee communication for UWB quadcopter project Originally by Greg Abdo Forking to reduce impact of interrupt by moving packetbuilder out of the interrupt and letting be handled in the main loop
Fork of com by
Revisions of com.cpp
Revision | Date | Message | Actions |
---|---|---|---|
7:662171c0e984 | 2014-04-22 | disable interrupt during acknowledge | File Diff Annotate |
6:4d96c8776442 | 2014-04-22 | fixed ackPacket values | File Diff Annotate |
5:7cdf299ea7a4 | 2014-04-22 | fixed previous commit. Added txQueue initialization | File Diff Annotate |
4:f8e953201251 | 2014-04-22 | move acknowledge out of RX interrupt into loop | File Diff Annotate |
3:42e37cdab039 | 2014-04-20 | Changed commands to switch statements | File Diff Annotate |
2:bd1621102cad | 2014-04-20 | clean ups | File Diff Annotate |
1:4f53de75bc96 | 2014-02-15 | Update new commands tirms | File Diff Annotate |
0:26a151d2c6db | 2014-01-08 | Create two serial instance for Rx and Tx | File Diff Annotate |