E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
arduino学习
Arduino学习
- 1 选择开发板型号 与 入门资料
一、型号选择 学习Arduino通常第一步是先选择一个板子,因为Arduino有多种型号,我选择的是最经典也最常见的入门型号ArduinoUNOR3。以下是收集的一些资料仅供参考:《Arduino所有官方产品》http://arduino.cc/en/Main/Products《初学arduino需要买那些模块和材料》http://www.douban.com/group/topic/13709
love_world_
·
2013-04-24 22:00
Arduino学习
笔记 - 初体验 Blink
=============================================第一个arduino实验,是个HelloWorld实验。点亮一个LED灯,功能是让13pin的LED灯每秒闪一次。ArduinoUNO主板上自带一只LED灯,在13pin上,方便我们做些系统诊断测试啥的。硬件:ArduinoUNOR32012主板一块,52元USB数据线一条(买主板送的,这个是要买的哦)软件:
杨江
·
2013-01-01 09:37
Arduino
Arduino学习
笔记--人体红外感应器
intledpin=8;intledpin2=3;intsensor=7;intval=0;voidsetup(){ pinMode(ledpin2,OUTPUT); pinMode(sensor,INPUT); Serial.begin(9600);}voidloop(){ val=digitalRead(sensor); Serial.println(val); if(HIGH==val
acool555
·
2012-01-19 22:00
input
output
delay
arduino学习
1
在arduino的官网页面 http://arduino.cc/en/Reference/HomePage 中有下面这段 Lookingforsomethingelse?Seethelibrariespageforinterfacingwith particulartypesofhardware.Trythelistofcommunity-contributedcode. TheArduino
jhonguy
·
2011-12-01 14:00
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他