代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led_matrix.lst
LED_MATRIX.elf: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .data 00000000 00800100 000001c0 00000254 2**0
led_matrix.c
/*============================================================
File Name :LED_MATRIX.c
说明 :
1. LED点阵依次显示绿色,红色,橙色
=============================================================*/
#include
led_matrix.map
Archive member included because of file (symbol)
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr5\libgcc.a(_clear_bss.o)
LED_MATRIX.o (__do_clear_bss)
Allocating common sym
led_matrix.srec
S01200004C45445F4D41545249582E7372656309
S11300000C9446000C9463000C9463000C946300FD
S11300100C9463000C9463000C9463000C946300D0
S11300200C9463000C9463000C9463000C946300C0
S11300300C9463000C9463000C
led_matrix.hex
:100000000C9446000C9463000C9463000C94630001
:100010000C9463000C9463000C9463000C946300D4
:100020000C9463000C9463000C9463000C946300C4
:100030000C9463000C9463000C9463000C946300B4
:100040000C9463000C9
led_matrix.h
/*!
* \file led_matrix.h
* \brief Defines and macros for LED Matrix
* \version $Revision: 1.3 $
* \author Anthony Huereca and Michael Norman
*/
#ifndef _LED_MATRIX_H_
#define _LED_
led_matrix.c
/*!
* \file led_matrix.c
* \brief Driver code for LED Matrix
* \version $Revision: 1.3 $
* \author Anthony Huereca and Michael Norman
* Based off code from Defcon 15 Badge
*