STM32/STM32G431RBTx/KAIs32/other/led.h

10 lines
85 B
C
Raw Permalink Normal View History

2025-03-11 20:37:16 +08:00
#ifndef __LED_H
#define __LED_H
#include "main.h"
void LED(uchar dsled);
#endif