Keil STM32 C++混合编程要点

Keil STM32 C++混合编程要点 1. 文件名必须是.CPP和.h 2. .h文件中要增长以下代码:web #ifndef __LEDTASK_H #define __LEDTASK_H #ifdef __cplusplus extern "C" { #endif #include "stm32_led.h" void led1_task (void *pdata); #ifde
相关文章
相关标签/搜索