-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or requestsmart ledRelated to esp-hal-smartledRelated to esp-hal-smartled
Description
Mentioned in esp-rs matrix and here too, flagging it here:
error[E0277]: the trait bound `esp_hal::rmt::ChannelCreator<Async, 0>: TxChannelCreator<'_, _, _>` is not satisfied
--> src/main.rs:27:37
|
27 | let led = SmartLedsAdapter::new(rmt.channel0, io.pins.gpio38, rmt_buffer, &clocks);
| --------------------- ^^^^^^^^^^^^ the trait `TxChannelCreator<'_, _, _>` is not implemented for `esp_hal::rmt::ChannelCreator<Async, 0>`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `TxChannelCreator<'d, T, P>`:
<esp_hal::rmt::ChannelCreator<Blocking, 0> as TxChannelCreator<'d, esp_hal::rmt::Channel<Blocking, 0>, P>>
<esp_hal::rmt::ChannelCreator<Blocking, 1> as TxChannelCreator<'d, esp_hal::rmt::Channel<Blocking, 1>, P>>
<esp_hal::rmt::ChannelCreator<Blocking, 2> as TxChannelCreator<'d, esp_hal::rmt::Channel<Blocking, 2>, P>>
<esp_hal::rmt::ChannelCreator<Blocking, 3> as TxChannelCreator<'d, esp_hal::rmt::Channel<Blocking, 3>, P>>
lulingar
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsmart ledRelated to esp-hal-smartledRelated to esp-hal-smartled
Type
Projects
Status
Todo