This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
xhdz
/
SDK
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
92c24146db
Rami (Branch)
Tag
master
SDK
/
Prj
/
drive
/
key.h
key.h
115 B
Cronologia
Originale
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