feat: 模块化开发c语言led
This commit is contained in:
14
Core/driver/led/include/led.h
Normal file
14
Core/driver/led/include/led.h
Normal 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
|
||||
Reference in New Issue
Block a user