Yeah, unfortunately the TVs I looked up (samsung + panasonic) didn't have the raw times in :(
Yes, it should be pretty straightforward - it looks like even something as simple as code.split(" ").map(x=>parseInt(x,16)) will get you halfway there
code.split(" ").map(x=>parseInt(x,16))
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yeah, unfortunately the TVs I looked up (samsung + panasonic) didn't have the raw times in :(
Yes, it should be pretty straightforward - it looks like even something as simple as
code.split(" ").map(x=>parseInt(x,16))
will get you halfway there