登录
首页 » Arduino » OneWire

OneWire

于 2021-04-17 发布 文件大小:15KB
0 260
下载积分: 1 下载次数: 0

代码说明:

  DS18B20 温度传感器相关库文件,还需要DallasTemperature库文件配套使用。(DS18B20 temperature sensor related library files, also need Dallas Temperature library files supporting use.)

文件列表:

OneWire, 0 , 2013-03-09
OneWire\OneWire.cpp, 17602 , 2013-01-18
OneWire\OneWire.h, 8963 , 2013-01-18
OneWire\keywords.txt, 819 , 2013-01-17
OneWire\examples, 0 , 2013-01-17
OneWire\examples\DS250x_PROM, 0 , 2013-01-17
OneWire\examples\DS250x_PROM\DS250x_PROM.pde, 4099 , 2013-01-17
OneWire\examples\DS2408_Switch, 0 , 2013-01-17
OneWire\examples\DS2408_Switch\DS2408_Switch.pde, 1907 , 2013-01-17
OneWire\examples\DS18x20_Temperature, 0 , 2013-01-18
OneWire\examples\DS18x20_Temperature\DS18x20_Temperature.pde, 3031 , 2013-01-18

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

发表评论

0 个回复

  • PHP 4.3.1 源代码
    PHP 4.3.1 源代码-PHP 4.3.1 source code
    2022-06-02 17:01:25下载
    积分:1
  • matlab图像处理
    说明:  matlab图像处理程序例集,供学习参考。(MATLAB image processing program example set for learning reference.)
    2020-06-16 01:20:02下载
    积分:1
  • 进销存系统。asp自主开发,功能齐全。
    进销存系统。asp自主开发,功能齐全。-Invoicing System. asp independent development, full-featured.
    2022-01-21 20:51:07下载
    积分:1
  • SSFK
    关于所有矩阵运算的,可以提供给涉及到定位时用到举证,有很好的参考价值(All matrix operations can be used as proof when it comes to location, which has a good reference value.)
    2019-04-07 04:44:21下载
    积分:1
  • bank
    这是我的一个作业,关于C++编程的,做的是一个银行系统,能够实现存钱,取钱,转账,或者超额透支等等,是通过类来实现的(This is one of my homework, about c++ programming, do is a banking system, can realize save and withdraw money, transfer, or excessive overdraft, and so on, are realized through the class)
    2015-11-09 20:01:10下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • CPop3Connection是利用WinSocket来接收POP邮件的,这是它的实现代码。VC++版,希望对你有帮助。...
    CPop3Connection是利用WinSocket来接收POP邮件的,这是它的实现代码。VC++版,希望对你有帮助。-CPop3Connection is the use of WinSocket to receive POP e-mail, which is code for its implementation. VC++ version, want to help you.
    2023-07-16 00:30:03下载
    积分:1
  • hevpower
    用于混合动力汽车动力性经济性仿真,用simulink创建的模型(For hybrid vehicle dynamic simulation)
    2019-01-25 11:09:34下载
    积分:1
  • oontrol
    MFC编写的虚拟仪器,是一个封装很好的STATIC控件,不错的(MFC written, virtual instrument is a packaged good STATIC control, good)
    2017-07-18 06:48:49下载
    积分:1
  • Zkonline-demo
    基于zkonline的指纹识别系统,有demo文件,指纹认证,登陆界面等等(base on zkonline finger verification system, including demo documents and finger verification and login interface)
    2020-06-26 15:40:02下载
    积分:1
  • 696516资源总数
  • 106936会员总数
  • 1今日下载