ws2812-timer-delay 0.3.0

Timer-based driver for ws2812 leds
Documentation
language: rust
rust:
  - stable
  - nightly
cache: cargo
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
script:
  - rustup target add thumbv6m-none-eabi
  - cargo build --examples --release