This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
xhdz
/
SDK
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
92c24146db
Ramos
Etiquetas
master
SDK
/
Prj
/
drive
/
key.h
key.h
115 B
Histórico
Em bruto
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