搜索结果

找到约 123 项符合 byte 的查询结果

微处理器开发 DAI0061A_byte_addressing byte addresssing in ARM

DAI0061A_byte_addressing byte addresssing in ARM
https://www.eeworm.com/dl/655/494213.html
下载: 105
查看: 1075

书籍 byte-of-python-chinese-edition

byte-of-python-chinese-edition中文版python入门简明教程
https://www.eeworm.com/dl/522603.html
下载: 1
查看: 58

单片机编程 8位OTP单片机芯片MC10P23XXY管脚与三星9454完

主要特点管脚完全与三星9454兼容8位CISC型内核(MC05)4K byte OTP ROM208 byte RAM3组IO口(最多可支持17个通用IO口和1个输入口)1个PWM输出1个8位基本定时器1个8位带比较输出的定时器1个10位ADC(9路输入)2个外中断、1个定时器中断、1个PWM中断看门狗复位功能3V低压复位可选晶振/RC振荡晶振400K-8MHzRC振荡有3.2MHz(@5V ...
https://www.eeworm.com/dl/502/29237.html
下载: 47
查看: 1049

单片机编程 CAT25128-128Kb的SPI串行CMOS EEPRO

The CAT25128 is a 128−Kb Serial CMOS EEPROM device internally organized as 16Kx8 bits. This features a 64−byte page write buffer and supports the Serial Peripheral Interface (SPI) protocol. The device is enabled through a Chip Select (CS) input. In addition, the required bus signals are ...
https://www.eeworm.com/dl/502/30683.html
下载: 68
查看: 1069

单片机编程 AT89C2051驱动步进电机的电路和源码

AT89C2051驱动步进电机的电路和源码:AT89C2051驱动步进电机的电路和源码 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregister unsigned char j, ...
https://www.eeworm.com/dl/502/30858.html
下载: 101
查看: 1061

单片机编程 PCA9544A 4channel I2C multiple

The PCA9544A provides 4 interrupt inputs, one for each channeland one open drain interrupt output. When an interrupt is generated byany device, it will be detected by the PCA9544A and the interruptoutput will be driven LOW. The channel need not be active fordetection of the interrupt. A bit is also ...
https://www.eeworm.com/dl/502/31005.html
下载: 92
查看: 1042

单片机编程 DS1820 C51 子程序 (一线数据传输)

//芯片资料请到www.elecfans.com查找 //DS1820 C51 子程序//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间//sbit DQ =P2^1;//根据实际情况定义端口 typedef unsigned char byte;typedef unsigned int  word; //延时void delay(word useconds){  for(;useconds>0;useconds--);} //复位byte ow_re ...
https://www.eeworm.com/dl/502/31450.html
下载: 68
查看: 1047

单片机编程 串行编程器源程序(Keil C语言)

串行编程器源程序(Keil C语言)//FID=01:AT89C2051系列编程器//实现编程的读,写,擦等细节//AT89C2051的特殊处:给XTAL一个脉冲,地址计数加1;P1的引脚排列与AT89C51相反,需要用函数转换#include <e51pro.h> #define C2051_P3_7 P1_0#define C2051_P1 P0//注意引脚排列相反#define C2051_P3_0  P1_1#define ...
https://www.eeworm.com/dl/502/31453.html
下载: 195
查看: 1045

单片机编程 用C51写的普通拼音输入法源程序代码

用C51写的普通拼音输入法源程序代码:原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。  因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的.编译结果约为3000 ...
https://www.eeworm.com/dl/502/31454.html
下载: 191
查看: 1112

单片机编程 16 16点阵显示汉字原理及显示程序

16 16点阵显示汉字原理及显示程序 #include "config.h" #define                DOTLED_LINE_PORT        PORTB #define            &nbs ...
https://www.eeworm.com/dl/502/31574.html
下载: 68
查看: 1158