Project

General

Profile

Revision 1443

Added by Ryan Cahoon over 14 years ago

1. Alpha code to trigger the new wireless bootloader from the user program. Not tested
Includes subroutine in the XBee library to reset the XBee's settings

2. New subroutine in the BOM library to more accurately estimate the position of the max reading using weighted average of the readings instead of max reading.
Also roughly estimates distance to BOM-detected robot based on signal strength

View differences:

xbee.h
93 93
unsigned int xbee_get_address(void);
94 94
/**@brief Set the com port on a computer, undefined on the robot**/
95 95
void xbee_set_com_port(char* port);
96
/**@brief Reset XBee **/
97
int xbee_reset(void);
96 98

  
97 99
/**@}**/ //end defgroup
98 100

  

Also available in: Unified diff