feat: 模块化开发c语言led

This commit is contained in:
2025-11-02 20:15:40 +08:00
parent e28513bf75
commit c6365a7548
9 changed files with 142 additions and 19 deletions

View File

@@ -0,0 +1,14 @@
//
// Created by Wind on 2025/11/2.
//
#ifndef CLION_STM32_LED_H
#define CLION_STM32_LED_H
void led_on(void);
void led_off(void);
#endif //CLION_STM32_LED_H