Embedded Rust: Arduino Uno bringup, serial console and 16x16 neopixel matrix

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • Shows how to bring up an Arduino Uno using rust and how to create a simple LED matrix demo.
    Starting point is the awesome-embedded-rust list at github.com/rus...
    Example code available at:
    github.com/and...
    Hardware used:
    - Arduino Uno (like www.aliexpress...)
    - WS2812B LED matrix (like www.aliexpress...)

КОМЕНТАРІ • 4

  • @sebastianwhiffen
    @sebastianwhiffen Рік тому

    Invaluable content, thank you very much

  • @gothninja9269
    @gothninja9269 Рік тому

    nice thank you. What Rust editor are you using? I like the overlay popups telling you what you haven't fixed.

    • @embedded-rust
      @embedded-rust  Рік тому +1

      I switched around a bit. I believe in this video I used Sublime Text. I tried all of Sublime Text, Visual Studio Code and Emacs, all have very good language server integration.

  • @Torterra_ghahhyhiHd
    @Torterra_ghahhyhiHd Рік тому

    hellow