代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/323663/13330442
c text1.c
#include"reg51.h"
sbit P36=P3^6;
sbit P27=P3^7;
main()
{
P36=0;
P36=1;
P0 =0xAA;
}
www.eeworm.com/read/322964/13359592
txt 收发程序.txt
SPI方式操作,有详细注析
1天调通,当时是SPI相位方式照马老师的设成了01模式,结果读出的全是00,郁闷了好久:)
目录中PTR8000是源程序,ddb是原理图
nrf905.c中的头文件定义是抄HotPower的,特此感谢!
#include
#include
#include
#include
www.eeworm.com/read/322591/13375846
h stc12c2052ad.h
/* After is STC additional SFR or change */
/* sfr AUXR = 0x8e; */
/* sfr IPH = 0xb7; */
/* Watchdog Timer Register */
sfr WDT_CONTR = 0xe1;
/* ISP_IAP_EEPROM Register */
sfr ISP
www.eeworm.com/read/136473/13376248
h headfile.h
/*头文件的定义*/
#include
#include
#include
#include
/*常用数据类型的定义*/
#define uchar unsigned char
#define uint unsigned int
#define c_SLOW 10
#define R 0.
www.eeworm.com/read/322499/13378715
h zlg7289.h
/****************************************************************************
* File:ZLG7289.H
* 功能:ZLG7289A键盘显示芯片显示驱动程序。(头文件)
* 说明:MCS-51单片机,晶振不要大于12MHz。
*****************************************
www.eeworm.com/read/321618/13402416
h c8051f340.h
//-----------------------------------------------------------------------------
// C8051F340.h
//-----------------------------------------------------------------------------
// Copyright 2005 Sili
www.eeworm.com/read/321456/13404420
lst stc89c51.lst
C51 COMPILER V6.12 STC89C51 05/22/2007 20:27:55 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE STC89C51
OBJECT MODULE PLACED I
www.eeworm.com/read/321354/13408332
h ch375.h
#include
#include
#define USER_KEY_IN INT1 /* P3.3, INT1, 默认为高电平, 当用户按键后为低电平, 本程序仅作查询 */
/* 以下定义的详细说明请看CH375HF4.H文件 */
#define LIB_CFG_DISK_IO 1 /* 磁盘读写的数据的复制方式,1为"单D
www.eeworm.com/read/321004/13413978
c ad.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit HBEN=P1^0;
sbit rd=P1^1;
sbit wr=P1^2;
sbit cs=P1^3;
uchar low8,high4,ad_re
www.eeworm.com/read/321004/13413980
lst ad.lst
C51 COMPILER V7.06 AD 05/31/2008 19:44:14 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE AD
OBJECT MODULE PLACED IN AD.O