Skip Navigation

ESP32 Standard Library Embedded Rust: GPIO Control

apollolabsblog.hashnode.dev ESP32 Standard Library Embedded Rust: GPIO Control

Introduction Embedded programming can generally be classified into two areas; hosted and bare-metal. Bare-metal programming assumes a clean slate, meaning that the target hardware or environment includes no prior software. This is opposed to the conv...

A look at embedded programming on ESP32 using STD. This is quite unusual, as I belive most other embedded targets only support no-std.

Note: I'm not the author, I just find this interesting, as I have a personal project using std on ESP32 as well.

0
0 comments