del:delete Source code

This commit is contained in:
a2633063
2019-05-12 15:51:23 +08:00
parent 6ac0c4433e
commit cfc3928d25
33 changed files with 0 additions and 5008 deletions

View File

@@ -1,15 +0,0 @@
#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(unsigned char x,unsigned char y );
extern void user_relay_set_all( char y );
extern bool relay_out( void );
#endif