查看“IRsend.sendRC6()”的源代码
←
IRsend.sendRC6()
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
<br> <p style="color: #666666;font-size:220%">'''IRsend.sendRC6(data, nbits)'''</p> <br> <p style="color: #E87E05;font-size:135%">'''作用'''</p> 发送编码格式为RC6的红外数据 <p style="color: #E87E05;font-size:135%">'''参数'''</p> data:要发送的红外数值(unsigned long) nbits:数值的位数(int) <p style="color: #E87E05;font-size:135%">'''返回值'''</p> 无 <p style="color: #E87E05;font-size:135%">'''示例'''</p> <source lang="cpp"> /* * IRremote: IRsendDemo - demonstrates sending IR codes with IRsend * An IR LED must be connected to Arduino PWM pin 3. * Microduino Core:D3 * Microduino Core+:D8 * Microduino CoreUSB:D6 * Microduino CoreRF:D5 * Version 0.1 July, 2009 * Copyright 2009 Ken Shirriff * http://arcfn.com */ #include <IRremote.h> IRsend irsend; void setup() { Serial.begin(9600); } void loop() { if (Serial.read() != -1) { for (int i = 0; i < 3; i++) { irsend.sendRC6(0xa90, 12); // Sony TV power code delay(100); } } } </source> <p style="color: #E87E05;font-size:135%">'''其他'''</p> 【[[IRsend()]]】 【[[IRsend.sendMedia()|sendMedia()]]】 【[[IRsend.sendNEC()|sendNEC()]]】 【[[IRsend.sendSony()|sendSony()]]】 【[[IRsend.sendRaw()|sendRaw()]]】 【[[IRsend.sendRC5()|sendRC5()]]】 [[Sensor-IR_Sensor_Reference|返回IR_Sensor_Reference页面]]
返回至
IRsend.sendRC6()
。
导航菜单
个人工具
创建账户
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
Welcome
首页
创客大赛
大赛详情
3D打印
安装月球车
图形化编程
操控月球车
升级月球车
编程工具下载
软件下载
Arduino
Processing
Mixly
Scratch
模块套件
Microduino 102
mCookie 102
mCookie 202
mCookie 302
IBC
其他
应用套件
四轴飞行器
平衡车
小车CUBE
音乐播放器
刷卡音乐播放器
wifi气象站
彩虹音乐触摸灯
分贝检测仪
迎门汇报
LED点阵时钟
LED点阵屏幕
硬件
mCookie
Sensor
Microduino
MicroWrt
MicroNux
MicroRobot-Core
MicroRobot-CoreESP
ideaBoard
ideaBox
MicroMV
MicroAI
帮助
常见问题
帮助
工具
链入页面
相关更改
特殊页面
页面信息