代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/479256/6690588
h def.h
#ifndef __TY514_H__
#define __TY514_H__
//MCU: W77E58
//启用片内1kRAM、启动WDT、关闭ALE(减少EMI)
#pragma small DEBUG SYMBOLS OBJECTEXTEND CODE /*NOREGPARMS */
#include
#include
www.eeworm.com/read/479295/6691356
lst nrf905.lst
C51 COMPILER V7.06 NRF905 03/24/2007 09:42:31 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE NRF905
OBJECT MODULE PLACED IN
www.eeworm.com/read/479295/6691358
c nrf905.c
/*******************************************************************************************
*nrf905_demo.c
*
*This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTYT
www.eeworm.com/read/479336/6691822
lst text1.lst
C51 COMPILER V7.06 TEXT1 11/21/2008 22:16:05 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN T
www.eeworm.com/read/479336/6691825
c text1.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define hi 0x3c
#define lo 0xb0
sbit P37=P3^7;
sbit P24=P2^4;
sbit P25=P2^5;
sbit P26=P2^6;
s
www.eeworm.com/read/478968/6695725
c main1.c
/************************************************************************************
* Copyright (c) 2008,重庆优易特电子
* All rights reserved.
* 摘 要: 四个数码管上分别显示1234
* 文件名称: main.c
*
www.eeworm.com/read/478972/6695746
c main1.c
/************************************************************************************
* Copyright (c) 2008,重庆优易特电子
* All rights reserved.
* 摘 要: 秒表:从上电开始显示工作秒数
* 文件名称: main.c
*
www.eeworm.com/read/478984/6696581
c main1.c
/************************************************************************************
* Copyright (c) 2008,重庆优易特电子
* All rights reserved.
* 摘 要: ENT键,按键计数,并将结果显示到数码管上
* 文件名称: ma
www.eeworm.com/read/478828/6704217
c main.c
//步进电机驱动测试程序,用于测试步进电机每相最短时间和最长时间,单位毫秒
//硬件环境:Atmel 89C2051 晶振频率 7.3728MHz
//硬件系统描述: 步进电机采用TOSHIBA 的 ULN2803A驱动,
// 步进电机 1 -- 电源
// 2 -- 1相 -- ULN2803 1
www.eeworm.com/read/478576/6710222
c main.c
# include
# define uchar unsigned char
# define uint unsigned int
uint a,b,c,d,n;
sbit p12=P1^2;
sbit p13=P1^3;
sbit p37=P3^7;
void timer0(void) interrupt 1 using 1
{p12=!p12;
c=2000