Commit graph

  • 8bdc6d4d21 example: Use no_std, and delay using embedded-hal chrysn 2018-08-15 23:08:46 +0200
  • 1b6ccbb413
    Bump version to 0.3.1 marcelbuesing 2018-06-06 19:30:10 +0200
  • 1682f433ab
    Always set gas sensor settings when setting any gas related setting, regards #3 marcelbuesing 2018-06-06 18:53:24 +0200
  • 722e054f58
    Actually set provided gas config, closes #3. marcelbuesing 2018-06-05 23:42:11 +0200
  • 76e20820ee
    Add example that sends values to a influx database marcelbuesing 2018-06-01 15:02:01 +0200
  • 9701e85c39
    Derive PartialEq for FieldDataCondition marcelbuesing 2018-06-01 14:48:19 +0200
  • bf9d05ec2e
    Bump version to 0.3.0 marcelbuesing 2018-05-31 12:30:13 +0200
  • ceed9e844b
    Add example to crate documentation marcelbuesing 2018-05-31 12:28:07 +0200
  • 833f892e6b
    Rename Bme680_dev struct to Bme680 marcelbuesing 2018-05-31 12:13:36 +0200
  • 650db10d69
    Reduce struct visibility where not required marcelbuesing 2018-05-31 12:10:34 +0200
  • ba7a1dd09f
    Rename Bme680Error to Error marcelbuesing 2018-05-31 11:46:46 +0200
  • 301cd55df4
    Cleanup constants marcelbuesing 2018-05-31 11:35:19 +0200
  • ff72b14bc8
    Bump version to 0.2.0 marcelbuesing 2018-05-30 21:29:32 +0200
  • 3b84d4f6f3
    Add documentation to settings and lib marcelbuesing 2018-05-30 21:27:29 +0200
  • 336305d30d
    Replace u8 with IIRFilterSize enum marcelbuesing 2018-05-30 20:53:18 +0200
  • 44fc891b3e
    Introduce SettingsBuilder marcelbuesing 2018-05-30 08:28:48 +0200
  • cce7d4c65c
    Replace run_gas u8 with boolean marcelbuesing 2018-05-28 19:56:57 +0200
  • dd05721aa3
    Add getting started to README marcelbuesing 2018-05-28 18:38:26 +0200
  • 214eec18dd
    Introduce enum for I2CAddress, regards #1 marcelbuesing 2018-05-27 22:20:23 +0200
  • 887ff00a30
    Add missing Cargo manifest fields marcelbuesing 2018-05-25 23:09:16 +0200
  • 39c432134c
    Add crate description marcelbuesing 2018-05-25 23:05:18 +0200
  • 620cd0e3d8
    Rename bme680-rs to bme680 marcelbuesing 2018-05-25 22:38:24 +0200
  • fba00446c9
    Add License Marcel Buesing 2018-05-25 22:36:07 +0200
  • e3c0659e07
    Add CI build status badge marcelbuesing 2018-05-25 22:31:51 +0200
  • 2118fba62e
    Bootstrap travis-ci marcelbuesing 2018-05-25 22:23:47 +0200
  • 02ea1e18c3
    Replace InfoMsg struct in boundary check marcelbuesing 2018-05-25 22:22:03 +0200
  • acfa564e42
    Extract to settings module marcelbuesing 2018-05-25 21:29:39 +0200
  • 53d2fe8b5b
    Remove std dependencies, make it no_std crate marcelbuesing 2018-05-25 20:48:17 +0200
  • d1fe4a972a
    Replace heat_dur u32 with Duration marcelbuesing 2018-05-24 22:02:23 +0200
  • a8a7426888
    Replace u8 with OversamplingSetting enum marcelbuesing 2018-05-23 22:10:06 +0200
  • b703479be4
    Replace set sensor settings constants marcelbuesing 2018-05-21 18:07:13 +0200
  • e73239c2ba
    Describe repository purpose in README marcelbuesing 2018-05-21 17:21:31 +0200
  • f9c83287a7
    Remove wrapper file remnants marcelbuesing 2018-05-21 17:03:20 +0200
  • c3f9991e15
    Remove c-submodule marcelbuesing 2018-05-21 17:01:57 +0200
  • 4788c6c14e
    Replace Vec with arrays where sensible marcelbuesing 2018-05-21 16:55:25 +0200
  • fc57f277c4
    Add unit conversions marcelbuesing 2018-05-21 16:26:14 +0200
  • 9df8c0b2c3
    Turn readfield loop into for loop marcelbuesing 2018-05-21 15:49:13 +0200
  • 6b6e19b975
    Fix rewriting owerwriting buffer twice marcelbuesing 2018-05-20 22:08:34 +0200
  • 2dd1b8f9ba
    Fix read field return when InfoMsg empty marcelbuesing 2018-05-19 19:06:27 +0200
  • 266c8b70ea
    Fix i2c read bytes marcelbuesing 2018-05-18 22:12:42 +0200
  • a5f8310bf6
    Return I2C error marcelbuesing 2018-05-18 17:37:11 +0200
  • 287e673761
    Remove TryFrom in order to build with stable marcelbuesing 2018-05-18 15:26:35 +0200
  • bccb2eac61
    Add example and modify accordingly marcelbuesing 2018-05-18 14:57:34 +0200
  • e17260a5fc
    Remove old files marcelbuesing 2018-05-16 21:16:28 +0200
  • c858e4de91
    Fix multiple warnings marcelbuesing 2018-05-16 20:57:29 +0200
  • b6246b7290
    Move boundary check marcelbuesing 2018-05-16 20:24:52 +0200
  • 47bea13f34
    No build errors marcelbuesing 2018-05-16 19:07:32 +0200
  • 48589ef7f5
    Next level marcelbuesing 2018-05-16 18:09:07 +0200
  • 4aeba8ca66
    Sett options marcelbuesing 2018-05-16 17:53:17 +0200
  • c54d2b8780
    Fix set_regs marcelbuesing 2018-05-15 21:49:21 +0200
  • cc3a5ca508
    Close, down to 15 build errors marcelbuesing 2018-05-09 17:03:44 +0200
  • ee146c6fc3
    Progress marcelbuesing 2018-04-21 17:21:37 +0200
  • a2e0687cba
    Proceed on translation marcelbuesing 2018-04-19 22:42:49 +0200
  • 29913014f6
    Start cleanin up translated c code marcelbuesing 2018-04-18 23:14:42 +0200
  • b213d691c6
    Add missing device functions marcelbuesing 2018-04-15 21:31:46 +0200
  • 6e85dee3e9
    Initial bindings marcelbuesing 2018-04-11 21:40:48 +0200