Trait esp_idf_svc::hal::ledc::LedcChannel
source · pub trait LedcChannel {
type SpeedMode: SpeedMode;
// Required method
fn channel() -> u32;
}
Expand description
LED Control peripheral output channel
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.