Hi, I haven’t really done low-level programming in the past so bear with me.
I have an MCIMX233CAG4C in a miniature computer in a mini-Linux computer and I want to read the value of an input attached to the LRADC on pin 108 (LRADC0). How can I accomplish this via code? I haven’t found anything about actually reading the values anywhere.
(Note: I need to be able to get the value in Rust, and FFI is fine with me if reading the LRADC isn’t possible directly from Rust)