Files @ 7033f0b40c6f
Branch filter:

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

ethanzonca@CL-ENS241-08.cedarville.edu
Merge
/*
 * Master Firmware: Watchdog Timer
 *
 * This file is part of OpenTrack.
 *
 * OpenTrack is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * OpenTrack is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with OpenTrack. If not, see <http://www.gnu.org/licenses/>.
 * 
 * Ethan Zonca
 * Matthew Kanning
 * Kyle Ripperger
 * Matthew Kroening
 *
 */


#ifndef WATCHDOG_H
#define WATCHDOG_H

void watchdog_setup(void);
void watchdog_checkreset(void);

#endif