mirror of
https://github.com/a2633063/zTC1.git
synced 2025-12-17 01:08:14 +08:00
15 lines
144 B
C
15 lines
144 B
C
|
|
#ifndef __KEY_H_
|
|
#define __KEY_H_
|
|
|
|
|
|
#include "mico.h"
|
|
#include "MiCOKit_EXT.h"
|
|
|
|
extern void led(char x);
|
|
extern void key_init(void);
|
|
|
|
|
|
|
|
#endif
|