代码搜索:Write_DS
找到约 125 项符合「Write_DS」的源代码
代码结果 125
www.eeworm.com/read/430417/8748155
lst ds.lst
C51 COMPILER V8.05a DS 09/24/2008 22:18:42 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE DS
OBJECT MODULE PLACED IN ds.
www.eeworm.com/read/429263/8813948
bak ds1302.bak
sbit B0=B^0;
sbit B1=B^1;
sbit B2=B^2;
sbit B3=B^3;
sbit B4=B^4;
sbit B5=B^5;
sbit B6=B^6;
sbit B7=B^7;
sbit SCLK=P1^0;
sbit RST=P1^5;
sbit DIO=P1^1;
void Write_DS1302(unsigned
www.eeworm.com/read/429263/8813957
c ds-1302.c
sbit B0=B^0;
sbit B1=B^1;
sbit B2=B^2;
sbit B3=B^3;
sbit B4=B^4;
sbit B5=B^5;
sbit B6=B^6;
sbit B7=B^7;
sbit SCLK=P1^0;
sbit RST=P1^5;
sbit DIO=P1^1;
void Write_DS1302(unsigned
www.eeworm.com/read/184190/9118449
c s.c
#include
#include
sbit SCLK=P0^0; //时钟线
sbit IO=P0^1; //数据线
sbit RST=P0^2; //RST线
unsigned char bdata ds1302_data;//bdata型变量可以进行位寻址
sbit bit_data0=ds1302_data^0;
sbi
www.eeworm.com/read/417359/10993023
c main.c
/***********************************************
**** AVR DSDS18B20寄生电源范例 ***
**** MCU: ATmega16 ***
**** 作者: maweili ***
**** 编译器
www.eeworm.com/read/468087/6999648
txt ds1302.txt
DIN BIT P1.0 ;MAX7219的接口
CLK BIT P1.1
LOAD BIT P1.2
HW BIT P1.4 ;0038红外数据口
SCL BIT P3.4 ;AT24C256接口
SDA BIT P3.5
SCLK BIT P1.7 ;DS1302时钟接口
IO BIT P1.6
RST BIT P1.5
DQ
www.eeworm.com/read/451856/7454781
c ds1302.c
#include
#include
extern const unsigned char tab[]={0x3f,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F};
#define dion PORTB |=BIT(1); //数据高
#define dioff
www.eeworm.com/read/433654/7915933
c ds12887.c
/*******************************************
文件:hongwai.C
环境:编译为ICC AVR6.25A,仿真为AVR Studio4.10
硬件:ATMEGA16芯片
日期:2008年12月10日
功能:红外遥控器数码管键值显示
备注:
/**********************************
www.eeworm.com/read/433654/7915944
lis ds12887.lis
.module DS12887.C
.area text(rom, con, rel)
0000 .dbfile D:\开发板\OK400C\程序\avr程序\OK400C.H
0000 .dbfunc e Delayus
www.eeworm.com/read/433654/7915964
s ds12887.s
.module DS12887.C
.area text(rom, con, rel)
.dbfile D:\开发板\OK400C\程序\avr程序\OK400C.H
.dbfunc e Delayus _Delayus fV
; i -> R20,R21
; US -> R22,R23
.even
_Delayus::