Files @ b23f284b2449
Branch filter:

Location: seniordesign-firmware/slave/slave/lib/loopTimer.h

kripperger@CL-SEC241-09.cedarville.edu
Lots of work on module identification, sensor integration, and debug serial output formatting. Extra setup work was done porting code to new micros.
/*
 * loopTimer.h
 *
 * Created: 11/29/2012 3:35:34 PM
 *  Author: kripperger
 */ 


#ifndef LOOPTIMER_H_
#define LOOPTIMER_H_


void time_setup();

uint32_t time_millis();



#endif /* LOOPTIMER_H_ */