资源简介
针对初学者的25个由简到难的教学案例,包含代码和注释
代码片段和文件信息
/*
Copyright (c) 2007 Jim Studt
Updated to work with arduino-0008 and to include skip() as of
2007/07/06. --RJL20
Permission is hereby granted free of charge to any person obtaining
a copy of this software and associated documentation files (the
“Software“) to deal in the Software without restriction including
without limitation the rights to use copy modify merge publish
distribute sublicense and/or sell copies of the Software and to
permit persons to whom the Software is furnished to do so subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND
EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM DAMAGES OR OTHER LIABILITY WHETHER IN AN ACTION
OF CONTRACT TORT OR OTHERWISE ARISING FROM OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Much of the code was inspired by Derek Yerger‘s code though I don‘t
think much of that remains. In any event that was..
(copyleft) 2006 by Derek Yerger - Free to distribute freely.
The CRC code was excerpted and inspired by the Dallas Semiconductor
sample code bearing this copyright.
//---------------------------------------------------------------------------
// Copyright (C) 2000 Dallas Semiconductor Corporation All Rights Reserved.
//
// Permission is hereby granted free of charge to any person obtaining a
// copy of this software and associated documentation files (the “Software“)
// to deal in the Software without restriction including without limitation
// the rights to use copy modify merge publish distribute sublicense
// and/or sell copies of the Software and to permit persons to whom the
// Software is furnished to do so subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included
// in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS
// OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
// IN NO EVENT SHALL DALLAS SEMICONDUCTOR BE LIABLE FOR ANY CLAIM DAMAGES
// OR OTHER LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE
// ARISING FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
//
// Except as contained in this notice the name of Dallas Semiconductor
// shall not be used except as stated in the Dallas Semiconductor
// Branding Policy.
//--------------------------------------------------------------------------
*/
#include “OneWire.h“
extern “C“ {
#if (ARDUINO >= 100)
#include
#else
#include
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 460800 2017-07-05 12:50 例程系列一\01.Hello World\Arduino 入门到精通 例程1-Hello World!.doc
文件 704 2017-07-05 12:50 例程系列一\01.Hello World\Hello World.txt
文件 850 2017-07-05 12:54 例程系列一\01.Hello World\Hello_World\Hello_World.ino
文件 2080256 2017-07-05 12:50 例程系列一\02.LED闪烁\Arduino 入门到精通 例程2-LED闪烁.doc
文件 439 2017-07-05 12:54 例程系列一\02.LED闪烁\LED\LED.ino
文件 255 2017-07-05 12:50 例程系列一\02.LED闪烁\LED.txt
文件 5729280 2017-07-05 12:50 例程系列一\03.流水灯\Arduino入门到精通 例程3-流水灯.doc
文件 571 2017-07-05 13:34 例程系列一\03.流水灯\流水灯\liushuideng\liushuideng.ino
文件 543 2017-07-05 12:50 例程系列一\03.流水灯\流水灯.txt
文件 357888 2017-07-05 12:50 例程系列一\04.交通灯\Arduino 入门到精通 例程4-交通灯.doc
文件 829 2017-07-05 13:34 例程系列一\04.交通灯\交通灯\jiaotongdeng\jiaotongdeng.ino
文件 743 2017-07-05 12:50 例程系列一\04.交通灯\交通灯.txt
文件 906240 2017-07-05 12:50 例程系列一\05.按键控制\Arduino 入门到精通 例程5-按键控制.doc
文件 454 2017-07-05 12:54 例程系列一\05.按键控制\key\key.ino
文件 392 2017-07-05 12:50 例程系列一\05.按键控制\按键控制.txt
文件 607232 2017-07-05 12:50 例程系列一\06.抢答器\Arduino 入门到精通 例程6-抢答器.doc
文件 1104 2017-07-05 12:54 例程系列一\06.抢答器\qiangdaqi\qiangdaqi.ino
文件 1448 2017-07-05 12:50 例程系列一\06.抢答器\抢答器.txt
文件 522752 2017-07-05 12:50 例程系列一\07.蜂鸣器\Arduino 入门到精通 例程7-蜂鸣器.doc
文件 643 2017-07-05 12:54 例程系列一\07.蜂鸣器\buzzer\buzzer.ino
文件 600 2017-07-05 12:50 例程系列一\07.蜂鸣器\蜂鸣器.txt
文件 590 2017-07-05 12:54 例程系列一\08.模拟值\AD\AD.ino
文件 425472 2017-07-05 12:50 例程系列一\08.模拟值\Arduino 入门到精通 例程9-模拟值.doc
文件 527 2017-07-05 12:50 例程系列一\08.模拟值\模拟值AD转换.txt
文件 1090560 2017-07-05 12:50 例程系列一\09.数字电压表\Arduino 入门到精通 例程9-数字电压表.doc
文件 654 2017-07-05 12:54 例程系列一\09.数字电压表\dianyabiao\dianyabiao.ino
文件 599 2017-07-05 12:50 例程系列一\09.数字电压表\电压表.txt
文件 1072640 2017-07-05 12:50 例程系列一\10.光控声音\Arduino 入门到精通 例程10-光控声音.doc
文件 580 2017-07-05 12:54 例程系列一\10.光控声音\guangkongshengyin\guangkongshengyin.ino
文件 511 2017-07-05 12:50 例程系列一\10.光控声音\光控声音.txt
............此处省略245个文件信息
相关资源
- 智能arduino小车源程序
- PROCESSING与ARDUINO互动编程 -黄文恺 (作
- arduino-1.0.6-linux64.tgz
- Arduino HBR740语音识别
- 无线视频遥控的WIFI智能小车
- Arduino UNO 主控芯片手册
- ArduPilot-Arduino-1.0.3-windows
- Arduino uno PCB文件 3D显示
- 《爱上Arduino》真正中文版
- arduino实战开发指南:智能家居卷
- Arduino-OpenCM9.04.zip
- 爱上Arduino第3版中文高清版
- Make: Getting Started with Arduino 3rd
- 写字机3d打印模型.zip
- fritzing.2011.12.16.pc.zip
- Arduino esp8266 wifi库 2.4.2版本
- 无线传输传感器数据采集
- 《Arduino机器人制作指南》PDF试读版
- MCUDEV_TFT_1.44吋_液晶屏(例程文件)
- ArduinoLibraries库函数大全
- Arduino技术指南
- Arduino高级开发权威指南原书第2版
- arduino开发实战机器人卷 光盘源码
- Building Arduino Projects for the Internet of
- 四足机器人源码
- Arduino UNO R3+MSGEQ7+RGB灯带.zip
- esp8266 V2.5.2--arduino IDE添加esp8266开发板
- arduino1.0.1中文版
- Arduino编程指南-75个智能硬件程序设计
- Arduino面包板连线绘图软件
评论
共有 条评论