How can I utilize a Raspberry Pi’s PWM peripheral hardware in rust?
I’m struggling to utilize the PWM peripheral hardware on a Raspberry Pi 4 (Model B Rev 1.5) with Rust code. I can bit bash the pin using python code (see below), but I can’t get the rppal
crate to work in Rust.