Commit graph

45 commits

Author SHA1 Message Date
eede29b24b remove linux embedded hal 2024-11-16 17:17:26 +02:00
3e09c52548 Update bitflags to 2.6 2024-11-16 16:41:00 +02:00
877c8bb6bc Downgrade bitflags back to version 1 2024-11-16 15:23:30 +02:00
Denis-Cosmin NUTIU
ffa9bf9b5b prepare v0.9.0 2024-11-16 14:44:51 +02:00
64e5c06c83 update Cargo.toml to v0.8.0 2024-03-03 19:09:33 +02:00
fe38f02a9c use anyhow crate for error handling 2024-03-03 19:02:33 +02:00
2c3fc02fef update rust edition to 2021 2024-02-25 20:57:40 +02:00
109a2685ef update README.md and Cargo.toml 2024-02-25 20:55:43 +02:00
38cf1075c8 remove influx client example 2024-02-25 20:48:36 +02:00
160b178f2e add linux embedded hall to dependencies 2024-02-25 18:37:58 +02:00
ccfcf8bd32 update embedded-hal and linux-embedded-hal to latest stable versions 2024-02-25 11:31:24 +02:00
Sikkema, Isaac
ddaa99c209 Add optional serde support for FieldData 2023-06-17 11:03:00 +02:00
marcelbuesing
4b87e3c2f7
Migrate to embedded-hal=1.0.0-alpha.5 2021-11-16 15:39:57 +01:00
marcelbuesing
3801afd6a5
Bump version to 0.6.0 2021-05-06 22:45:12 +02:00
marcelbuesing
5c0688433a
Update influx example dependency to tokio 1.5 2021-05-06 21:50:05 +02:00
huntc
c97894f84c Cater for non-Linux environments
Doctests can be run using `cargo test --doc`. The examples still require Linux.
2021-05-06 21:21:22 +02:00
marcelbuesing
9df17c592d
Migrate influx example to influx_db_client crate and tokio 0.2 2020-07-27 13:13:46 +02:00
marcelbuesing
97d9f5ea81
Bump version to 0.5.1 2020-04-05 21:24:57 +02:00
marcelbuesing
976763c8f8
Bump dependency versions 2020-04-05 20:59:17 +02:00
marcelbuesing
62fe53415e
Add travis badge 2019-11-27 11:22:58 +01:00
marcelbuesing
4f44de0bb7
Add maintenance status 2019-11-27 11:10:09 +01:00
marcelbuesing
256b692e16
Bump version to 0.5.0 2019-11-27 11:08:08 +01:00
marcelbuesing
ad8d0798ed
Migrate to futures-0.3 and tokio-0.2 2019-11-27 11:00:31 +01:00
marcelbuesing
900688f5cc
Bump version to 0.4.3 2019-03-19 18:13:50 +01:00
marcelbuesing
88a8963455
Bump version to 0.4.2 2019-01-05 20:28:14 +01:00
marcelbuesing
25dd144399
Bump version to 0.4.1 2018-12-22 10:05:03 +01:00
marcelbuesing
2578140bda
Bump version to 0.4.0 2018-12-18 19:28:10 +01:00
marcelbuesing
e9c553d7d7
Bump version to 0.3.2 2018-11-12 20:54:55 +01:00
dependabot[bot]
819c866107 Update env_logger requirement from 0.5 to 0.6
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version.
- [Release notes](https://github.com/sebasmagri/env_logger/releases)
- [Commits](https://github.com/sebasmagri/env_logger/commits/v0.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-12 20:34:54 +01:00
marcelbuesing
f7e81b4573
Migrate example to influent v0.5 2018-10-17 22:09:15 +02:00
dependabot[bot]
b5a21cdb8d Bump i2cdev from 0.3.2 to 0.4.0
Bumps [i2cdev](https://github.com/rust-embedded/rust-i2cdev) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/rust-embedded/rust-i2cdev/releases)
- [Commits](https://github.com/rust-embedded/rust-i2cdev/compare/0.3.2...0.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-25 20:55:39 +02:00
marcelbuesing
1b6ccbb413
Bump version to 0.3.1 2018-06-06 19:30:10 +02:00
marcelbuesing
76e20820ee
Add example that sends values to a influx database 2018-06-01 15:02:01 +02:00
marcelbuesing
bf9d05ec2e
Bump version to 0.3.0 2018-05-31 12:30:13 +02:00
marcelbuesing
ff72b14bc8
Bump version to 0.2.0 2018-05-30 21:29:32 +02:00
marcelbuesing
887ff00a30
Add missing Cargo manifest fields 2018-05-25 23:09:16 +02:00
marcelbuesing
620cd0e3d8
Rename bme680-rs to bme680 2018-05-25 22:57:19 +02:00
marcelbuesing
266c8b70ea
Fix i2c read bytes 2018-05-18 22:12:42 +02:00
marcelbuesing
287e673761
Remove TryFrom in order to build with stable 2018-05-18 15:26:35 +02:00
marcelbuesing
bccb2eac61
Add example and modify accordingly 2018-05-18 14:57:34 +02:00
marcelbuesing
e17260a5fc
Remove old files 2018-05-16 21:16:28 +02:00
marcelbuesing
a2e0687cba
Proceed on translation 2018-04-19 22:42:49 +02:00
marcelbuesing
29913014f6
Start cleanin up translated c code 2018-04-18 23:14:42 +02:00
marcelbuesing
b213d691c6
Add missing device functions 2018-04-15 21:31:46 +02:00
marcelbuesing
6e85dee3e9
Initial bindings 2018-04-11 21:40:48 +02:00