代码搜索:Write_DS
找到约 125 项符合「Write_DS」的源代码
代码结果 125
www.eeworm.com/read/263303/11368058
h ds1302.h
#include
#include
// common PreDefinition
#define HIGH 1
#define LOW 0
#define TRUE 1
#define ZERO 0
#define MSB 0x80
#define LSB
www.eeworm.com/read/347797/11635632
c set_time.c
#include
#define uchar unsigned char
/**************************************************************/
/*MAX7219*********************************************************/
/***********
www.eeworm.com/read/257007/11961374
h ds1302.h
#include
#include
// common PreDefinition
#define HIGH 1
#define LOW 0
#define TRUE 1
#define ZERO 0
#define MSB 0x80
#define LSB
www.eeworm.com/read/257007/11961377
c main.c
/* 本程序所使用CPU为51单片机,时钟为24MHZ,程序主体网上所得,稍加修,念在下初学,还请原作者见谅。特此声明*/
#include
#include
#include "LCM1602.h"
#include "DS1302.h"
struct TimerStruct //定义时钟的数据结构
www.eeworm.com/read/474228/6816753
p1 ds1302_main.p1
Version 3.2 HI-TECH Software Intermediate Code
"19 C:\Program Files\HI-TECH Software\PICC\LITE\9.60\include\pic168xa.h
[v _INDF `Vuc 1 s@0 ]
"20
[v _TMR0 `Vuc 1 s@1 ]
"21
[v _PCL `Vuc 1 s@2 ]
"
www.eeworm.com/read/394265/8239594
m51 实时时钟.m51
BL51 BANKED LINKER/LOCATER V5.03 08/25/2008 11:22:11 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\KEIL2\C51\BIN\BL51.EXE ds130
www.eeworm.com/read/384948/8827576
txt 温度传感器程序.txt
#include
#include
#include
#define uchar unsigned char
#define tempint DBYTE[0X30]
#define tempdf DBYTE[0X31]
uchar code tab[]={0XC0,0XF9,0XA4,0XB0,0X99,0X
www.eeworm.com/read/463195/7186464
c temperature.c
#include
#include
#include
#define tempint DBYTE[0x30]
#define tempdf DBYTE[0x32]
#define uchar unsigned char
#define uint unsigned int
/**********************
www.eeworm.com/read/474228/6816760
lst ds1302_main.lst
HI-TECH Software PICC Macro Assembler V9.60PL1
Sun Feb 08 16:31:10 2009
1 processor 16F877A
2
www.eeworm.com/read/430417/8748111
c ds.c
#include
#include "led.h"
sbit rst=P2^5;
sbit sclk=P2^7;
sbit io=P2^6;
unsigned int second[2]={0,0},min[2]={0,0},hour[2]={0,0};
void write_ds1302(unsigned char dat)
{
unsigned