Files
Stm32F10xThreadXTempProject/App/Inc/LedTest.h
T
2026-08-25 22:07:47 -04:00

9 lines
134 B
C

#ifndef __LEDTEST_H__
#define __LEDTEST_H__
#include "bsp.h"
void LedCtlTaskInit(uint8_t Level,uint8_t Preemption);
#endif