代码搜索结果
找到约 10,000 项符合
LED 的代码
led.plg
礦ision2 Build Log
Project:
D:\0shiyan\mcs51\asm\KEY\KEY.uv2
Project File Date: 03/15/2008
Output:
Build target 'Target 1'
Target has no objec
led.asm
ORG 0000H
AJMP 0030H
ORG 0030H
MAIN:
CLR P2.0 ;选中p2.0 数码管左边的8字使能
CLR P2.1 ;选中p2.1 数码管左边的8字使能
CLR P2.2 ;选中p2.0 数码管左边的8字使能
CLR P2.3 ;选中p2.1 数码管左边的8字使能
MOV P0,#80H ; 数码管显示 8
led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="$(Install_dir)\boards\davincievm\examples\led\"
ProjectType=Executable
CPUFamily=TMS4
led.map
******************************************************************************
TMS470 COFF Linker PC v4.1.3
*******************************************************
led.cmd
/*
* Copyright 2005 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*
* Not for distribution.
*/
/*
* Linker command file for Da