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.h
Revision | Date | Message | Actions |
---|---|---|---|
15:3f742edaa359 | 2014-08-27 | Changed to new controls.; Off load code from RX callback to main loop | File Diff Annotate |
14:d2acb373d81c | 2014-05-25 | changed buffer size to power of 2 | File Diff Annotate |
13:2fb7b19dcd70 | 2014-05-22 | fixed random burst hopefully and improved packet drops | File Diff Annotate |
12:bf4642578682 | 2014-04-26 | initial changed from orginal | 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 |
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 |