I know I'm posting this a second time but this is a more general question than before to hopefully get some eyes on it:

#FlipperZero devs: if you can point me towards how to interact at all with IR reading/writing through a script (let's say python for simplicity but I don't really care), please send it to me.

Like, I'd be satisfied with a single line of code of just like

MysteriousFlipperFunctionForIR(RawIRNum1,RawIRNum2,etc)

I have the entire rest of the algorithm I need in my head, but I haven't done anything with scripting for the Flipper Zero and I have no idea how I can send or receive raw IR data from it. The only missing link for me is this part. I basically just need an IR-specific hello world kinda thing here to get this going.

@lori you mean like baseband analog/digital IR, not IrDA?

Is that really not documented?!?

@kkarhan just regular ass raw IR, I'm communicating with a Gameboy color.

Someone did link me to the firmware files with the functions but I am extremely bad at digging through a bunch of undocumented code to figure out what it does. Some comments in there would be nice. The manual has nothing about doing this via code, just learning remotes or loading IR files out there.