Releases: DimitriOnLSD/BMP280
bmp280-library-v0.4.0
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
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
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
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
Added single byte read/write SPI communication example
Organized code and some commenting
Cleaned functions
Formatted document