Skip to content

Releases: DimitriOnLSD/BMP280

bmp280-library-v0.4.0

06 Apr 16:14
75aa632
Compare
Choose a tag to compare

Added functions for SPI and I2C communication protocols, only requiring now 1 line of code
Changes to variable sizes
Cleaned aspect and vectors
Reduced .cpp lines by 27%
Reduced library size by 9%
Reduced program storage space up to 13%

bmp280-library-v0.3.0

05 Apr 17:29
213d772
Compare
Choose a tag to compare

Enums and structures to setup different values
Overall changes to .cpp and .h files
Better organisation in .ino examples
Variables in header file
SPI pressure bug fix
Added commentary

library-i2c-spi-v0.2.1

05 Apr 17:28
213d772
Compare
Choose a tag to compare

Created SPI communication example using multiple byte read/write in data arrays
Added examples for SPI communication
Added examples for calibration data
Tutorial document

library-i2c-v0.2.0

05 Apr 17:24
213d772
Compare
Choose a tag to compare

Created library
Created I2C communication example using mu
Water boiling point calculation
Approximate altitude calculation
Printable calibration values for troublesh
Added examples for I2C communication
Added examples for calibration data

i2c-spi-v0.1.1

05 Apr 17:22
213d772
Compare
Choose a tag to compare

Added single byte read/write SPI communication example
Organized code and some commenting
Cleaned functions
Formatted document