2021-10-01 00:21:50 +08:00

16 lines
277 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __LED_H
#define __LED_H
#include "common.h"
////////////////////////////////////////////////////////////////////////////////////
//LED<45>˿ڶ<CBBF><DAB6><EFBFBD>
#define LED0 PEout(3)
#define LED1 PEout(4)
#define LED2 PGout(9)
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
void LED_Init(void);//<2F><>ʼ<EFBFBD><CABC>
#endif