5ede8096c4
There was some problem with the std examples, so I changed ci to only check a seperate use of the bme680 in a new ci-folder to be no_std compatible.
9 lines
182 B
TOML
9 lines
182 B
TOML
[package]
|
|
name = "no_std_test"
|
|
version = "0.1.0"
|
|
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bme680 = { path = "../../"}
|
|
log = "0.4"
|