代码搜索结果
找到约 10,000 项符合
LED 的代码
led_shift.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: LED_Shift.h
// Versio
led_shiftcap.inc
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: LED_ShiftCAP.inc
;;
led_shift.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: LED_Shift.asm
;; Ver
led_1.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: LED_1.h
// Version: 1
led_1.inc
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: LED_1.inc
;; Version
led_test.pde
/*
* LED test for the Asuro
*/
#include
Asuro asuro = Asuro();
void setup()
{
Serial.begin(9600);
}
void loop()
{
/* status LED lightshow */
asuro.setStatusLED(RED)
led1.c
/****************************************
*数码管显示子程序 <mark>led</mark>.c*
*采用动态扫描方式显示,P3端口为数据口和控制口复用口*
说明:采用连续刷新显示,刷新控制可放在定时器中进行()
如果相应位的闪烁标志置位并且定时时间到则显示缓存中置不显示代码,在此之前应先暂存原显存中的数
以便显示的时候显示原数
******************* ...
num_led.s
.module num_led.c
.area lit(rom, con, rel)
_seg_table::
.byte 192,249
.byte 164,176
.byte 153,146
.byte 130,248
.byte 128,144
.byte 136,131
.byte 198,161
.byte 134,142
.dbfile C:
num_led.o
XL
H 4 areas 9 global symbols
M num_led.c
S push_gset1 Ref0000
S lsl8 Ref0000
S pop_gset1 Ref0000
A text size C2 flags 0
dbfile C:\work\mega128\num_led\num_led.c
dbfunc e delay_1ms 0 fV
dbsym
num_led.c
#include
#ifndef iar
#include
#endif
#define xtal 4
const unsigned char seg_table[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,
0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e}