-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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=* | ||
|