Hi folks!
I have old EOS550D and I want use flipper as remote control by IR.
I found that:
Pronto Hex
Take a photo: 0000 007d 0001 0001 000f 00f2 000f 0cdb
Take a photo with delay: 0000 007f 0001 0001 000f 00b0 000f 0cbe
IConverter convert it:
{
"frequency": 33000,
"irCode": "15,3291",
"preamble": "15,242",
"repeat": 1
}
What should I write in *.ir file?
type: raw
frequency: 33000
duty_cycle: ????
data: ???
Thanks =)