Project

General

Profile

Statistics
| Revision:

root / branches / wireless / code / projects / libwireless / wl_defs.h @ 1792

History | View | Annotate | Download (4.21 KB)

# Date Author Comment
1689 03/24/2010 07:53 PM David Schultz

wireless: TX works, basic buffer is full after first wl_get_basic() call

1658 03/01/2010 07:46 PM David Schultz

wireless: fixed debug statements and flash memory

1657 03/01/2010 07:38 PM David Schultz

wireless: fixed debug statements and flash memory

1624 01/27/2010 08:51 PM David Schultz

wl: update to unit tests, still doesn't work

1604 12/08/2009 11:20 PM David Schultz

wireless: software retransmit done. serial functions moved to xbee.c

1601 12/07/2009 05:22 AM David Schultz

wireless: more xbee.c updates

1600 12/07/2009 01:43 AM David Schultz

wireless: xbee update. still not finished, but the major changes are in here. Also added a function for microsecond delays to time.c

1598 12/02/2009 08:11 PM Chris Mar

implemented wireless init, terminate, register, and unregister

1589 11/30/2009 09:46 PM Abraham Levkoy

Wrote basic receive function in wireless_receive.c. Added an error code for
having too short of a packet destination for basic receive function (maybe can
also be used by other packet handlers) in wl_defs.h. Added packet buffers for
basic packets and other types of packets in xbee.c.

1587 11/30/2009 07:23 PM David Schultz

wireless: core send function and ack function done

1581 11/24/2009 12:49 PM David Schultz

editing wireless branch, added error codes and constants

1577 11/20/2009 07:44 PM David Schultz

update to wireless api, added comments

1576 11/19/2009 04:03 AM David Schultz

added prototypes for the public api functions for the new wireless library