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
/
cpu.h
1
2
3
4
5
6
7
8
9
#ifndef APP_CPU_H
#define APP_CPU_H
#include "stm8s.h"
void TickTime();
void CLK_Config(void);
void OSTimer_Config(void);
#endif