2015-06-10 21:07:58 +02:00

17 lines
170 B
C

/*
* reset.h
*
* Created on: 14.05.2015
* Author: wn
*/
#ifndef RESET_H_
#define RESET_H_
void resetDevice();
void watchdogReset();
#endif /* RESET_H_ */