Trait esp_idf_hal::ledc::LedcChannel

source ·
pub trait LedcChannel {
    type SpeedMode: SpeedMode;

    // Required method
    fn channel() -> ledc_channel_t;
}
Expand description

LED Control peripheral output channel

Required Associated Types§

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§