P100脱机下载器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
618 B

4 years ago
  1. #ifndef __LED_H
  2. #define __LED_H
  3. #include "sys.h"
  4. //////////////////////////////////////////////////////////////////////////////////
  5. //������ֻ��ѧϰʹ�ã�δ���������ɣ��������������κ���;
  6. //ALIENTEKս��STM32������
  7. //LED��������
  8. //����ԭ��@ALIENTEK
  9. //������̳:www.openedv.com
  10. //�޸�����:2012/9/2
  11. //�汾��V1.0
  12. //��Ȩ���У������ؾ���
  13. //Copyright(C) �������������ӿƼ����޹�˾ 2009-2019
  14. //All rights reserved
  15. //////////////////////////////////////////////////////////////////////////////////
  16. #define LED0 PAout(8) // PA8
  17. #define LED1 PDout(2) // PD2
  18. void LED_Init(void);//��ʼ��
  19. #endif