deleted some imports

This commit is contained in:
Philipp_EndevourOS 2025-10-27 15:19:51 +01:00
parent 5f65cc7a73
commit cab2533fab

View File

@ -1,8 +1,6 @@
use embassy_time::{Duration, Timer}; use embassy_time::{Duration, Timer};
use esp_hal::peripherals::RMT;
use esp_hal::rmt::Rmt; use esp_hal::rmt::Rmt;
use esp_hal::time::Rate; use esp_hal::peripherals;
use esp_hal::{peripherals, rmt};
use esp_hal_smartled::{SmartLedsAdapterAsync, buffer_size_async}; use esp_hal_smartled::{SmartLedsAdapterAsync, buffer_size_async};
use log::debug; use log::debug;
use smart_leds::SmartLedsWriteAsync; use smart_leds::SmartLedsWriteAsync;