代码搜索:LED4
找到约 530 项符合「LED4」的源代码
代码结果 530
www.eeworm.com/read/208910/15233041
c interrupt.c
#include
#define LED_CS2 (*((volatile unsigned short int *)(0x10300000))) //LED1 and LED2
#define LED_CS3 (*((volatile unsigned short int *)(0x10400000))) //LED3 and LED4
#def
www.eeworm.com/read/276196/10753913
txt 模拟spi速度快就有点问题.txt
#include "lpc214x.h"
#include "config.h"
/****************************************************************************
* File:LEDHEX.C
* 功能:LED数码管显示0-F字符,同时控制LED1、LED2、LED3、LED4显示对应的16进行值。
www.eeworm.com/read/458811/7289045
asm four dynamic display .asm
;=================================================
; 简单实现四位数码管动态显示
;=================================================
LED1 EQU 08H
LED2 EQU 09H
LED3 EQU 0AH
LED4 EQU 0BH
ORG 0000H