A complete set of bit banged, software driven I2C routines I created for any PIC device - and they w
A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These function...
bIt技术,作为数字通信与数据处理的核心,广泛应用于嵌入式系统、网络协议及信息安全等领域。掌握bIt位操作技巧,不仅能够提升程序效率,还能优化硬件资源使用。本页面汇集了721个精选bIt相关资源,包括教程、案例分析及实战项目,旨在帮助电子工程师深入理解二进制运算原理及其在实际工程中的应用,加速技能成...
A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These function...
data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ...
PCF8574 Remote 8-bit I/O expander for I2C-bus IO扩展芯片测试程序
好用的日期转换函数 Date/Time Routines to enhance your 32-bit Delphi Programming.
Wishbone to LPC (Low-Pin Count) Bridge, includes master and slave modules. Supports 8-bit I/O Read and Write cycles, 8-b...
Based on the Godson-1 32-bit chip embedded SOC manuals, to provide MAC, UART, I2C, SPI, LCD, SDRAM, NAND FLASH, such as ...
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fai...
Training embedded apps to process speech may be as easy as finding the right 8-bit micro. Don t let what Rodger has to s...
RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 interval
可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节...