Pure Rust BME680 implementation
Find a file
chrysn 8bdc6d4d21 example: Use no_std, and delay using embedded-hal
This does not make any difference in the concrete example
(linux-embedded-hal's delay is implemented in terms of std::thread), but
it removes a stone from the path of people who start from the example
towards an actual use of embedded hal. (They'll still have to find
suitable replacements for env_hal and linux_embedded_hal, but that's
the parts that have to be.)
2018-08-15 23:31:45 +02:00
examples example: Use no_std, and delay using embedded-hal 2018-08-15 23:31:45 +02:00
src Always set gas sensor settings when setting any gas related setting, regards #3 2018-06-06 18:53:24 +02:00
.gitignore Initial bindings 2018-04-11 21:40:48 +02:00
.gitmodules Remove c-submodule 2018-05-21 17:01:57 +02:00
.travis.yml Bootstrap travis-ci 2018-05-25 22:23:47 +02:00
Cargo.lock Bump version to 0.3.1 2018-06-06 19:30:10 +02:00
Cargo.toml Bump version to 0.3.1 2018-06-06 19:30:10 +02:00
LICENSE Add License 2018-05-25 22:36:07 +02:00
README.md Add getting started to README 2018-05-28 18:38:26 +02:00