Initial commit

This commit is contained in:
2025-11-28 12:53:28 +01:00
commit 9a880c23ac
17 changed files with 1891 additions and 0 deletions

14
Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[package]
name = "co2-meter-iface"
version = "0.1.0"
edition = "2024"
[dependencies]
#buoyant = "0.6.0-alpha.0"
buoyant = {path = "buoyant" }
embedded-graphics = "0.8.1"
embedded-graphics-simulator = "0.8.0"
embedded-sprites = "0.2.0"
heapless = "0.9.2"
profont = "0.7.0"
tinybmp = "0.6.0"