diff --git a/library.properties b/library.properties index 47e25cd..6d8651a 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=Tiny BME280 Library version=1.0.0 author=Jason Cox maintainer=Jason Cox -sentence=Tiny library for BME280 sensors (fork of Adafruit_BME280_Library). -paragraph=Tiny library for BME280 sensor for gathering temperature, humidity and pressure. Based on Adafruit_BME280_Library but with SPI and other features removed to reduce PROGMEM space. Ideal for smaller controllers like the ATtiny85. +sentence=Tiny library for BME280 I2C sensors for gathering temperature, humidity and pressure. +paragraph=This library provides functions for the BME280 sensor to pull data via I2C: readTemperature(), readPressure() and readHumidity(). Based on Adafruit_BME280_Library but with SPI and other features removed to reduce PROGMEM space. Ideal for smaller controllers like the ATtiny85. category=Sensors url=https://github.com/jasonacox/Tiny_BME280_Library architectures=*