Skip to content

Commit

Permalink
Revised library details
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jul 22, 2020
1 parent ebf9858 commit 700be1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name=Tiny BME280 Library
version=1.0.0
author=Jason Cox <[email protected]>
maintainer=Jason Cox <[email protected]>
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=*
Expand Down

0 comments on commit 700be1c

Please sign in to comment.