代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.opt
### 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 {
clock.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\PROTEUS实例\时钟温度计\clock_demo\clock.uv2
Project File Date: 10/31/2006
Output:
clock.h
#ifndef __CLOCK_H__
#define __CLOCK_H__
#define CLK_TYPE 1
typedef struct{
unsigned char second;
unsigned char minute;
unsigned char hour;
unsigned char week;
unsigned char day;
unsigned ch
clock.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clock", "clock.csproj", "{F533DBFA-F51D-4536-AD36-F692AA680F4D}"
EndProject
Global
clock.c
#include
#include
#include
#define TLCD_CTRL (unsigned char *)0x7000
#define TLCD_DATA (unsigned char *)0x7001
#define PPI_1_PA (unsigned char *)0x6000
#