This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xhdz
/
SDK
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
92c24146db
Branches
Tags
master
SDK
/
Prj
/
drive
/
key.h
key.h
115 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _KEY_H
#define _KEY_H
#include "stm32f10x.h"
int key_Read(void);
void key_Init(void);
#endif