Page 1 of 1

Is Rust supporting the ESP32 family?

Posted: Sat Jan 27, 2024 1:50 pm
by ullixesp
I am happily coding for the ESP32 using vscode with platformio and the '[framework = arduino]', i.e. using C and C++.

Now I want to get my feet wet with Rust. I need to be able to read/set the pins, and use I2C; reading the ADC would be nice.

Does Rust support those features on a ESP32? What and where do I find libraries? If there aren't any libs, are there any kind of work-arounds?

Any guidance for using Rust?

Re: Is Rust supporting the ESP32 family?

Posted: Sat Jan 27, 2024 3:52 pm
by Basalt

Re: Is Rust supporting the ESP32 family?

Posted: Sun Jan 28, 2024 7:53 am
by ullixesp
Looks like I am already late to the game, thx!