代码搜索结果

找到约 10,000 项符合 Clock 的代码

clock.lst

AVRASM ver. 1.57 clock.avr Mon Sep 12 19:58:05 2005 clock.avr(84): warning: A .db segment with an odd number of bytes is detected. A zero byte is added. .include "2313def.inc"

clock.avr

.include "2313def.inc" .equ IND_DATA =5 ;IND_DATA conn to pin #5 .equ IND_CLOCK =6 ;IND_CLOCK conn to pin #6 .def CNT1 =R25 ;(GL)Counter for DIGIT_7SEG1/DIGIT_7SEG2 Select .def KEY =R2

clock.c

/* clock.c - part of USBasp Autor..........: Thomas Fischl Description....: Provides functions for timing/waiting Licence........: Free under certain conditions. See Do

clock.h

/* clock.h - part of USBasp Autor..........: Thomas Fischl Description....: Provides functions for timing/waiting Licence........: Free under certain conditions. See Do