Skip to content

swallez/intro-embdedded-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to embedded Rust

This is the source code for my talk "Introduction to embedded Rust". It has been given a few times:

There are two projects:

  • intro-attiny: a "blink" demo for an attiny85, with a variable rate driven by a LDR (light dependent resistor)
  • intro-esp32: two demos for an ESP32
    • Display the value of an LDR on a tiny OLED display.
    • Display the value of an LDR on a self-refreshing web page with an embedded http server powered by ESP-IDF.

Along with the code, each directory also contains the schematics of the circuits that were use so that you can replicate it:

Useful links:

About

Source code for the "Introduction to embedded Rust" talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published