recover source code

This commit is contained in:
zogodo
2019-09-04 11:06:06 +08:00
parent 3c69d37089
commit 3065ffe5c7
37 changed files with 5016 additions and 22 deletions

15
TC1/user_gpio.h Normal file
View File

@@ -0,0 +1,15 @@
#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