IRsend.sendMedia()

来自Microduino Wikipedia
跳转至: 导航搜索


IRsend.sendMedia(*data, length)


作用

发送编码格式为Media的红外数据


参数

data:数据数组(unsigned char) length:数组长度(int)

返回值


示例

#include <IRremote.h>

IRsend irsend;


其他

IRsend()

sendNEC()

sendSony()

sendRaw()

sendRC5()

sendRC6()



返回IR_Sensor_Reference页面