pub trait PwmDriver { // Required method fn set_pwm(&mut self, duty_cycles: [u16; 3]) -> Result<()>; }
set the pwm duty cycles for A B and C.