Files @ dc66341db814
Branch filter:

Location: seniordesign-firmware/master/master/lib/watchdog.h

ethanzonca@CL-SEC241-08.cedarville.edu
Added watchdog timer library, additional logger testing
/*
 * watchdog.h
 *
 * Created: 11/19/2012 6:50:58 PM
 *  Author: ethanzonca
 */ 

#ifndef WATCHDOG_H
#define WATCHDOG_H

void watchdog_setup(void);

#endif