Changeset - 7441f164a465
[Not reviewed]
default
0 1 0
ethanzonca@CL-ENS241-08.cedarville.edu - 12 years ago 2013-02-26 16:44:07
ethanzonca@CL-ENS241-08.cedarville.edu
Increased startup delay to 1s which is enough to debounce startup and prevent multiple logfiles / etc.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
master/master/master.c
Show inline comments
 
@@ -36,13 +36,13 @@
 
#include "lib/serparser.h"
 
#include "lib/sensordata.h"
 

	
 
int main(void)
 
{
 
	// Power debounce
 
	_delay_ms(100);
 
	_delay_ms(1000);
 
	
 
	// Initialize libraries
 
	time_setup();
 
	watchdog_setup(); // enables interrupts
 
	led_setup();
 
	gps_setup();
0 comments (0 inline, 0 general)