STM32/STM32G431RBTx/KAIs32/other/led.h
2025-03-11 20:37:16 +08:00

10 lines
85 B
C

#ifndef __LED_H
#define __LED_H
#include "main.h"
void LED(uchar dsled);
#endif