Files
Power-Pico/Power_Pico/User/Tasks/Inc/user_KeyTask.h

17 lines
164 B
C
Raw Normal View History

2025-08-12 18:47:22 +08:00
#ifndef __USER_KEYTASK_H__
#define __USER_KEYTASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void KeyTask(void *argument);
#ifdef __cplusplus
}
#endif
#endif