代码搜索结果
找到约 10,000 项符合
LED 的代码
led.hex
:10000000830100308A00042883010A128A11D52F47
:100FAA008316031386018312A10183120313860198
:100FBA006430A000E12FE12F83120313A00BE62F68
:100FCA00E72FE02F83120313210986006430A00063
:100FDA00EF2FEF2F831
led.mcp
[HEADER]
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
file_version=1.0
[PATH_INFO]
dir_src=
dir_out=
dir_tmp=
dir_sin=
dir_inc=
dir_lib=
dir_lkr=
[CAT_FILTERS]
filter_src=*.asm
fil
led.sym
__Hrdata_0 22 0 BANK0
__Lrdata_0 22 0 BANK0
__Hidata_1 8 0 CODE
__Lidata_1 8 0 CODE
__Hrdata_1 A0 0 BANK1
__Lrdata_1 A0 0 BANK1
__Hidata_2 8 0 CODE
__Lidata_2 8 0 CODE
__S0 800 0
__S1 190 0
led.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "f2812a.h"
// 定义指示灯寄存器地址和寄存器类型
#define LBDS (*((unsig
led.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
led.c
#include "def.h"
#include "44b.h"
#include "utils.h"
typedef struct{
U8 name[11];
U8 attributes;
U16 startclus;
U16 dirID;
U32 filesize;
}DIR1;
void delay(void);
void
led.c
/*************************************************************************/
// ---------------
// LED显示摇棒
// ---------------
// 作者:nim 于 http://www.21icbbs.com 200