mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 04:58:17 +08:00
14 lines
163 B
C
14 lines
163 B
C
|
|
#ifndef __USER_FUNCTION_H_
|
|
#define __USER_FUNCTION_H_
|
|
|
|
|
|
#include "mico.h"
|
|
#include "MiCOKit_EXT.h"
|
|
|
|
void user_function_cmd_received(uint8_t *pusrdata);
|
|
|
|
|
|
|
|
#endif
|