feat: add STM32 four-channel weighing firmware
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
/*************************** (C) COPYRIGHT 2017 YNHB ****************************
|
||||
* 文件名 :led.h
|
||||
* 描 述 :LED驱动代码
|
||||
* 版 本 :V1.0
|
||||
* 作 者 :XuZhongPing
|
||||
* 日 期 :2017/09/02
|
||||
*********************************************************************************/
|
||||
#ifndef __LED_H
|
||||
#define __LED_H
|
||||
|
||||
#include "stm32f10x.h"
|
||||
|
||||
extern uint8_t fillLightMask;
|
||||
|
||||
void LED_Init(void); //初始化
|
||||
void SetLedOn(void);
|
||||
void SetLedOff(void);
|
||||
|
||||
void SetLedToggle(void);
|
||||
void LED_Task(void);
|
||||
|
||||
#endif
|
||||
|
||||
/******************** (C) COPYRIGHT 2017 YNHB *****END OF FILE*******************/
|
||||
Reference in New Issue
Block a user