docs.rs failed to build esp32_ws2812b-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
WS2812B
A library to drive the WS2812B LED.
Play one LED
...
init_logger_from_env;
let config = default.with_cpu_clock;
let peripherals = init;
heap_allocator!;
let delay = new;
let mut r = WS2812B new.unwrap;
loop
...
Build for different esp32 targets