登录
首页 » SCM » DS18S20 is a typical 1

DS18S20 is a typical 1

于 2023-03-31 发布 文件大小:3.50 kB
0 169
下载积分: 2 下载次数: 1

代码说明:

DS18S20是一种典型的1-Wire总线接口温度传感器,由Dallas Semiconductor公司生产。DS18S20数字温度传感器提供了9位高精度的摄氏温度测量,同时具有非易失性、用户可编程上下触发门限的报警功能。由于其独特的1-Wire总线接口,使得其可以占用极少的I/O引脚资源,使用起来十分方便-DS18S20 is a typical 1-Wire bus interface, temperature sensor, manufactured by Dallas Semiconductor. DS18S20 digital temperature sensor provides high-precision 9 Celsius temperature measurement, both non-volatile, user-programmable upper and lower trigger threshold alarm. Because of its unique 1-Wire bus interface, making it can take up very little I/O pin resources, is very convenient to use

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用...
    用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。 在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。 打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must
    2023-04-01 14:55:03下载
    积分:1
  • At can be given its arguments in a file. You can comment out lines by precedin...
    At can be given its arguments in a file. You can comment out lines by preceding them with either # or - characters. This is an easy way to temporarily disable some commands. The CONTINUE-command is most useful at the end of the file. When this command is read, the file is started again from the beginning. You can use it situations where the machine is not shut down for the night and you want to run some commands every day.- At can be given its arguments in a file. You can comment out lines by preceding them with either# or- characters. This is an easy way to temporarily disable some commands. The CONTINUE-command is most useful at the end of the file. When this command is read, the file is started again from the beginning. You can use it situations where the machine is not shut down for the night and you want to run some commands every day.
    2022-02-21 09:29:04下载
    积分:1
  • C51七种实用子程序集4
    C51七种实用子程序集4-C51 seven practical subroutine Set 4
    2023-06-07 11:15:03下载
    积分:1
  • MDT MCU Development Tools Collection (267K) mdttool.zip
    MDT单片机开发工具大全(267k)mdttool.zip-MDT MCU Development Tools Collection (267K) mdttool.zip
    2022-02-25 02:24:42下载
    积分:1
  • DS18S20 is a typical 1
    DS18S20是一种典型的1-Wire总线接口温度传感器,由Dallas Semiconductor公司生产。DS18S20数字温度传感器提供了9位高精度的摄氏温度测量,同时具有非易失性、用户可编程上下触发门限的报警功能。由于其独特的1-Wire总线接口,使得其可以占用极少的I/O引脚资源,使用起来十分方便-DS18S20 is a typical 1-Wire bus interface, temperature sensor, manufactured by Dallas Semiconductor. DS18S20 digital temperature sensor provides high-precision 9 Celsius temperature measurement, both non-volatile, user-programmable upper and lower trigger threshold alarm. Because of its unique 1-Wire bus interface, making it can take up very little I/O pin resources, is very convenient to use
    2023-03-31 12:00:03下载
    积分:1
  • ASIC在VB下的开发,集成了很多方便实用的ASIC开方指令及宏命令。...
    ASIC在VB下的开发,集成了很多方便实用的ASIC开方指令及宏命令。-ASIC under the VB development, integration of a number of convenient and practical ASIC prescribing instructions and macro command.
    2022-05-19 00:22:29下载
    积分:1
  • 通过编码开关(旋转编码器)控制数码管的加减一!程序详细的体现了编码器的编程和数码管的单片机的编程!本程序通过AT89C51和24脉冲编码器的测试
    通过编码开关(旋转编码器)控制数码管的加减一!程序详细的体现了编码器的编程和数码管的单片机的编程!本程序通过AT89C51和24脉冲编码器的测试-Through coding switch (rotary encoder) control the digital control of plus or minus 1! Procedures in detail the programming reflects the encoder and digital control of the microcontroller s programming! AT89C51 and 24 of this procedure the test pulse encoder
    2022-06-01 14:06:48下载
    积分:1
  • 显示了键盘消息的顺序,所有键盘消息都被捕获和记录在数组里,并在WM_PAINT消息里被显示出来。...
    显示了键盘消息的顺序,所有键盘消息都被捕获和记录在数组里,并在WM_PAINT消息里被显示出来。-Shows the sequence of keyboard messages, all keyboard messages are captured and recorded in the array, and where in the WM_PAINT message to be displayed.
    2022-10-05 11:25:03下载
    积分:1
  • 让您通过VB介面,简易地测试8051上面的40Hz的RF通讯。
    让您通过VB介面,简易地测试8051上面的40Hz的RF通讯。
    2022-01-21 20:31:35下载
    积分:1
  • msp430单片机芯片程序读取程序~~ 强烈推荐下载,不可多得的430好工具!...
    msp430单片机芯片程序读取程序~~ 强烈推荐下载,不可多得的430好工具!-Controller chip microcontroller procedures reader ~ ~ strongly recommend downloading 430 rare good tool!
    2022-12-12 22:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载