mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
15 lines
249 B
C
15 lines
249 B
C
|
|
#ifndef __USER_KEY_H_
|
|
#define __USER_KEY_H_
|
|
|
|
|
|
#include "mico.h"
|
|
#include "MiCOKit_EXT.h"
|
|
|
|
extern void user_led_set(char x);
|
|
extern void key_init(void);
|
|
extern void user_relay_set( char x, char y );
|
|
extern void user_relay_set_all( char y );
|
|
|
|
#endif
|