“IRsend.sendMedia()”的版本间的差异
(创建页面,内容为“<br> <p style="color: #666666;font-size:220%">'''IRrecv.decode(*results)'''</p> <br> <p style="color: #E87E05;font-size:135%">'''作用'''</p> 判断是否接收到…”) |
|||
第1行: | 第1行: | ||
<br> | <br> | ||
− | <p style="color: #666666;font-size:220%">''' | + | <p style="color: #666666;font-size:220%">'''IRsend.sendMedia(*data, length)'''</p> |
<br> | <br> | ||
<p style="color: #E87E05;font-size:135%">'''作用'''</p> | <p style="color: #E87E05;font-size:135%">'''作用'''</p> | ||
− | + | 发送编码格式为Media的红外数据 | |
<p style="color: #E87E05;font-size:135%">'''参数'''</p> | <p style="color: #E87E05;font-size:135%">'''参数'''</p> | ||
− | + | data:数据数组(unsigned char) | |
− | + | length:数组长度(int) | |
<p style="color: #E87E05;font-size:135%">'''返回值'''</p> | <p style="color: #E87E05;font-size:135%">'''返回值'''</p> | ||
− | + | 无 | |
第38行: | 第38行: | ||
【[[IRsend.sendRC6()|sendRC6()]]】 | 【[[IRsend.sendRC6()|sendRC6()]]】 | ||
− | |||
− | |||
2017年12月14日 (四) 12:04的版本
IRsend.sendMedia(*data, length)
作用
发送编码格式为Media的红外数据
参数
data:数据数组(unsigned char) length:数组长度(int)
返回值
无
示例
#include <IRremote.h>
IRsend irsend;
其他
【IRsend()】