sampler start
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@ -23,14 +23,19 @@ esp-backtrace = { version = "0.18.1", features = [
|
||||
"panic-handler",
|
||||
] }
|
||||
esp-println = { version = "0.16.1", features = ["defmt-espflash", "esp32c3"] }
|
||||
aht20-driver = { version = "2.0", default-features = false }
|
||||
|
||||
aht20-driver = { path = "aht20-driver" , default-features = false }
|
||||
ens160 = { version = "0.6", default-features = false}
|
||||
embedded-hal-bus = "0.3.0"
|
||||
embedded-hal-bus = {version = "0.3.0", features = ["alloc"]}
|
||||
mipidsi = "0.9.0"
|
||||
embedded-graphics = "0.8.1"
|
||||
lcd-async = "0.1.1"
|
||||
|
||||
profont = "0.7.0"
|
||||
buoyant = "0.5.3"
|
||||
heapless = "0.9.2"
|
||||
tinybmp = "0.6.0"
|
||||
libm = "0.2.15"
|
||||
|
||||
|
||||
|
||||
[profile.dev]
|
||||
|
||||
Reference in New Issue
Block a user