搜索资源列表
AT45DB041readwrite
- /*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of the device on the falling edge of SCK.All instruction-*/ /* s,addresses and data are transferred with the most significant bit(MSB) */ /* firs
C51ckzd
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。
mcs-51
- 通信协议:第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 下载C的源程序:
ptr8000_p.rar
- AVR做的,很好使的!!PTR8000 M16 PTR8000模块简单测试 /最关键的是SPI的初始化,MSB首位和极性方式00,极性方式错误,数据则不正确,AVR do well to make the! ! PTR8000 M16 PTR8000 module simple test/most crucial is the SPI initialization, MSB first mode and polarity 00, the polarity wrong way, data is
tx
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开
09-02_fangzhen
- Every time a byte becomes available from the serial port, then "RxD_data_ready" is active for one clock period. The PC sends us data through the serial port in 8-bits mode. Ideally, we would need to receive 9 bits from the PC, so that we can drive
DatamemoryEEPROM24C02
- /*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址 #define R24C02 0xA1 //存储器的读地址 #define MSB 0x80 //8位二进制最高位置1 #define LSB 0x01 //8位二进制最低位置1 -/* EEPROM24C02, progr
18b20
- 查阅18B20手册,LSB的最低四位代表小数,MSB的最高5位为符号位,其余的7位为整数部分,其分辨率为0.0625°,根据此规律,整数就是两字节凑在一起,而小数部分则是最低四位的值,乘以0.0625,看你取几位小数,再取整即可。上述的对照表是取1位小数的结果,取四舍五入。比如现在LSB的最低四位是0111,那么小数部分就是0.0625*7=0.4375-Search 18B20 manual, LSB representative of a minimum of four decimal pl
WTV020-SD
- 广州市唯创科技有限公司生产的WTV020-SD模块程序,二线串口控制模式C语言代码。此源码中,DI线一次性发送16位数据,MSB the first。不同于一线和三线程序,注意区分。内附PDF文档,有电路图和时序图。-CD Technology Co., Ltd. Guangzhou WTV020-SD module production process, second-line serial control mode, the C language code. In this source,
5x8_vertikal_MSB_2
- 5x8 Font is included in 16 variants: - Assembler and C header (.asm / .h) - Horizontal and Vertical arranged bits (horizontal / vertical) - Mirrored and non-mirrored (MSB / LSB) - Left or top aligned, right-aligned or bottom (1/2). For font
5x12_horizontal_swap
- 5x12 Font is included in 16 variants: - Assembler and C header (.asm / .h) - Horizontal and Vertical arranged bits (horizontal / vertical) - Mirrored and non-mirrored (MSB / LSB) - Left or top aligned, right-aligned or bottom (1/2). For fon
6x8_horizontal_MSB_2
- 6x8 Font is included in 16 variants: - Assembler and C header (.asm / .h) - Horizontal and Vertical arranged bits (horizontal / vertical) - Mirrored and non-mirrored (MSB / LSB) - Left or top aligned, right-aligned or bottom (1/2). For font
6x10_vertikal_MSB_2
- 6x10 Font is included in 16 variants: - Assembler and C header (.asm / .h) - Horizontal and Vertical arranged bits (horizontal / vertical) - Mirrored and non-mirrored (MSB / LSB) - Left or top aligned, right-aligned or bottom (1/2). For fon
7x12_vertikal_MSB_2
- 7x12 Font is included in 16 variants: - Assembler and C header (.asm / .h) - Horizontal and Vertical arranged bits (horizontal / vertical) - Mirrored and non-mirrored (MSB / LSB) - Left or top aligned, right-aligned or bottom (1/2). For fon
7x12b_vertikal_MSB_2
- 7x12b Font is included in 16 variants: - Assembler and C header (.asm / .h) - Horizontal and Vertical arranged bits (horizontal / vertical) - Mirrored and non-mirrored (MSB / LSB) - Left or top aligned, right-aligned or bottom (1/2). For fo
MAX31865 for STM32
- How to use this Library: Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings. Enable SPI and set clock below 2MHz,MSB,CPOL LOW,CPHA 2 Edge.