代码搜索:LEDctrl
找到约 72 项符合「LEDctrl」的源代码
代码结果 72
www.eeworm.com/read/238144/13904528
m51 ledctrl.m51
BL51 BANKED LINKER/LOCATER V5.02 06/16/2007 13:26:02 PAGE 1
BL51 BANKED LINKER/LOCATER V5.02, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/238144/13904550
bak ledctrl_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/457841/7317083
hpp ledcontrol.hpp
#ifndef _LEDCTRL_H__
#define _LEDCTRL_H__
#include
#ifdef __cplusplus
extern "C" {
#endif
enum modes {TOP2BOTTOM=1, BOTTOM2TOP, LEFT2RIGHT, RIGHT2LEFT, STILL, BLINK};
enum speeds {SLOW
www.eeworm.com/read/238144/13904559
bak ledctrl_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
File 1,1,
www.eeworm.com/read/331297/12834247
plg lcdctrl.plg
礦ision2 Build Log
Project:
D:\keilc51\led display\ledctrl\lcdctrl.uv2
Project File Date: 05/22/2008
Output:
Build target 'Target 1'
linking..
www.eeworm.com/read/457841/7317086
cpp ledcontrol.cpp
#include "ledcontrol.hpp"
#include
#include
#include
#include "ledeffect.h"
LedCtrl::LedCtrl(const char* devfile, int bps)
{
buffer = NULL;
memset(bufdisp,0,sizeof(buf
www.eeworm.com/read/152843/5658171
c leds-mainstone.c
/*
* linux/arch/arm/mach-pxa/leds-mainstone.c
*
* Author: Nicolas Pitre
* Created: Nov 05, 2002
* Copyright: MontaVista Software Inc.
*
* This program is free software; you can redistri
www.eeworm.com/read/203540/15356263
h off_chip_device.h
#define FM1702PWRON HQCPWRCTRLOUT = 1
#define FM1702PWROFF HQCPWRCTRLOUT = 0;DSFM1702IO
#define BACKLEDON LEDCTRL = 1
#define BACKLEDOFF LEDCTRL = 0
#define DSFM1702IO SETHQCCLKIN;
www.eeworm.com/read/283334/4083940
tex lednumberctrl.tex
%
% automatically generated by HelpGen $Revision: 1.1 $ from
% ledctrl.h at 05/Jan/02 23:08:14
%
\section{\class{wxLEDNumberCtrl}}\label{wxlednumberctrl}
wxLEDNumberCtrl
\wxheading
www.eeworm.com/read/331297/12834338
txt readguide.txt
2008 5-7
驱动32x64点阵单元板。
使用8058 的单片机。
<mark>ledctrl</mark>2 20080508 写完 未经调试的 程序.
2008-5-10
<mark>ledctrl</mark>3 经过出步调试,字符的显示码能正确的写入DATABUF,当时dataindex有如下的问题:更新的时候有死区,即当剩余字符小于8个的时候,最后几个就留下了死区
2008-5-11
程序静态显示已经调试成功。中间出现的 ...