From 700be1ca3c59b070bd50b3e55d601bed1d923c04 Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Tue, 21 Jul 2020 22:31:11 -0700 Subject: [PATCH] Revised library details --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=*