Skip to content

Releases: sparkfun/SparkFun_Si7021_Arduino_Library

Gracefully handle read errors, check CRC

09 Dec 03:50
Compare
Choose a tag to compare

v2 updates:

  • Remove Wire.begin from begin()
  • Remove all Serial.prints from library
  • Pass Wire in as a stream object into the library
  • Change example(s) to run at 115200. Test if sensor.begin() was successful.
  • Add link to library within examples
  • Fix repo name to "SparkFun_Si7021_Breakout_Arduino_Library"
  • Gracefully handle read errors
  • Add isConnected() function
  • Avoid hard delay(100) time waits. Poll, pass in max wait, or find other way if possible.
  • Remove magic numbers
  • Fix typos 'mesurment', 'makeMeasurment'
  • Provide additional examples demo'ing any extra functions (ie, heaterOn/Off, changeResolution, etc)

Fix library name typo

31 Jan 18:55
Compare
Choose a tag to compare
v1.0.5

Update library.properties

Add bool return to begin()

31 Jan 16:26
Compare
Choose a tag to compare
v1.0.4

Update library.properties

PR to fix Keywords.txt

14 Dec 21:21
Compare
Choose a tag to compare
v1.0.3

Lib ver roll

PR to fix Keywords.txt

14 Dec 21:20
eb2fcbe
Compare
Choose a tag to compare
Merge pull request #2 from per1234/keywords-separator

Use a single tab field separator in keywords.txt