dashboard
repositories
filestore
activity
search
login
main
/
SB
水泵
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
首次提交PWM和输入捕捉调试完毕
tao_z
2021-04-11
6d4ddf7d2a2cd72c58876257700b34c63e5063d3
[SB.git]
/
APP
/
INC
/
watch_dog.h
1
2
3
4
5
6
7
8
#ifndef _IWDG_H
#define _IWDG_H
#include "stm8s.h"
void WatchDogConfig(void);
void WatchDogService(void);
#endif