daplink-ch32x033/Code/DAP_X033/DAP/led.h

9 lines
79 B
C

#ifndef _LED_H
#define _LED_H
#include "main.h"
void LED_Init(void);
#endif