02baa8f7ac
rename example to read_sensor_data.rs
2024-02-25 21:06:14 +02:00
053e44de42
update examples
2024-02-25 21:00:59 +02:00
38cf1075c8
remove influx client example
2024-02-25 20:48:36 +02:00
28eedb1266
refactor read temperature example
2024-02-25 20:48:10 +02:00
ccfcf8bd32
update embedded-hal and linux-embedded-hal to latest stable versions
2024-02-25 11:31:24 +02:00
9a210bdbe3
fix example for reading_temperature.rs
2024-02-24 22:20:22 +02:00
marcelbuesing
5c0688433a
Update influx example dependency to tokio 1.5
2021-05-06 21:50:05 +02:00
huntc
500dbd9811
Pass the delayer around mutabily
...
This is as opposed to retaining ownership of it
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
ad8d0798ed
Migrate to futures-0.3 and tokio-0.2
2019-11-27 11:00:31 +01:00
marcelbuesing
38bfe30acc
Fix temperature offset to be of type f32, closes #11
2018-12-22 10:02:35 +01:00
marcelbuesing
5c1de2a1d3
Rustfmt code
2018-10-17 22:10:55 +02:00
marcelbuesing
f7e81b4573
Migrate example to influent v0.5
2018-10-17 22:09:15 +02:00
marcelbuesing
30d6588a19
Add graphs to README
2018-10-14 12:37:33 +02:00
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
marcelbuesing
76e20820ee
Add example that sends values to a influx database
2018-06-01 15:02:01 +02:00
marcelbuesing
833f892e6b
Rename Bme680_dev struct to Bme680
2018-05-31 12:13:36 +02:00
marcelbuesing
ba7a1dd09f
Rename Bme680Error to Error
2018-05-31 11:46:46 +02:00
marcelbuesing
336305d30d
Replace u8 with IIRFilterSize enum
2018-05-30 21:06:11 +02:00
marcelbuesing
44fc891b3e
Introduce SettingsBuilder
2018-05-30 08:28:48 +02:00
marcelbuesing
cce7d4c65c
Replace run_gas u8 with boolean
2018-05-28 19:56:57 +02:00
marcelbuesing
214eec18dd
Introduce enum for I2CAddress, regards #1
2018-05-27 22:20:23 +02:00
marcelbuesing
620cd0e3d8
Rename bme680-rs to bme680
2018-05-25 22:57:19 +02:00
marcelbuesing
d1fe4a972a
Replace heat_dur u32 with Duration
2018-05-24 22:02:23 +02:00
marcelbuesing
a8a7426888
Replace u8 with OversamplingSetting enum
2018-05-23 22:10:06 +02:00
marcelbuesing
fc57f277c4
Add unit conversions
2018-05-21 16:26:14 +02:00
marcelbuesing
6b6e19b975
Fix rewriting owerwriting buffer twice
2018-05-20 22:16:12 +02:00
marcelbuesing
2dd1b8f9ba
Fix read field return when InfoMsg empty
2018-05-19 19:06:27 +02:00
marcelbuesing
266c8b70ea
Fix i2c read bytes
2018-05-18 22:12:42 +02:00
marcelbuesing
a5f8310bf6
Return I2C error
2018-05-18 17:37:11 +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