jjcarstens / sgp30

Interface with SGP30 gas sensor with elixir
Apache License 2.0
10 stars 6 forks source link

Update required circuits_i2c version #13

Closed krns closed 2 years ago

krns commented 2 years ago

Hi, I just started building the weather station according to this book: https://pragprog.com/titles/passweather/build-a-weather-station-with-elixir-and-nerves/

I would like to use up to date version of the dependencies and discovered that this library is not ready for the latest circuits_i2c version (1.0.1) because of the version constraint {:circuits_i2c, "~> 0.3"}.

The release notes of circuits_i2c look like there are no breaking changes. What do you think updating the version constraint to support the latest circuits_i2c version?

krns commented 2 years ago

Just updated the comment.. accidentally pressed enter while creating the issue >.>

jjcarstens commented 2 years ago

Published https://hex.pm/packages/sgp30/0.2.2

krns commented 2 years ago

Thanks!