Repository for rust code deployed on a dual core ESP32 on Xtensa Architecture. The project features a GPS module connected over UART as well as a small display connected over I2C
Go to file
2023-07-14 14:01:46 +01:00
.cargo Initial commit 2023-07-14 13:12:43 +02:00
src Created some very verbose, inefficient and messy code that sends data down an I2C bus for a SSD1306 display to pickup. 2023-07-14 14:01:46 +01:00
.gitignore Initial commit 2023-07-14 13:12:43 +02:00
build.rs Initial commit 2023-07-14 13:12:43 +02:00
Cargo.toml Created some very verbose, inefficient and messy code that sends data down an I2C bus for a SSD1306 display to pickup. 2023-07-14 14:01:46 +01:00
LICENSE Initial commit 2023-07-14 13:12:43 +02:00
README.md Initial commit 2023-07-14 13:12:43 +02:00
rust-toolchain.toml Initial commit 2023-07-14 13:12:43 +02:00
sdkconfig.defaults Initial commit 2023-07-14 13:12:43 +02:00

esp32-std-template

Rust template for compiling Rust code on onto an ESP32 Xtensa architecture micro controller.