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

17 lines
171 B
C
Raw Normal View History

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