pub trait LedcChannel {
    // Required method
    fn channel() -> ledc_channel_t;
}
Expand description

LED Control peripheral output channel

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§