-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rework to be ready for Arduino Library registriy
- Loading branch information
1 parent
ee38416
commit 0ad0062
Showing
7 changed files
with
67 additions
and
11 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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Syntax Coloring Map For Bosch_BME280_Arduino Library | ||
|
||
# Datatypes (KEYWORD1) | ||
BME KEYWORD1 | ||
Bosch_BME280 KEYWORD1 | ||
|
||
# Methods and Functions (KEYWORD2) | ||
begin KEYWORD2 | ||
measure KEYWORD2 | ||
getTemperature KEYWORD2 | ||
getHumidity KEYWORD2 | ||
getPressure KEYWORD2 | ||
getSealevelForAltitude KEYWORD2 | ||
getSensorStatus KEYWORD2 | ||
setSensorStatus KEYWORD2 | ||
|
||
|
||
# Constants (LITERAL1) | ||
BME280_I2C_ADDR_PRIM LITERAL1 | ||
BME280_I2C_ADDR_SEC LITERAL1 |
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name=Bosch_BME280_Arduino | ||
version=1.0.2 | ||
author=Frank Häfele <[email protected]> | ||
maintainer=Frank Häfele <[email protected]> | ||
sentence=C++ Library for the Bosch BME280 Sensor based on the original Bosch Sensor API v3.5.1 | ||
paragraph=Provides a Namespace, setter and getter functions to get access to read temperature, humidity amd pressure signals. | ||
category=Sensors | ||
url=https://github.com/hasenradball/Bosch_BME280_Arduino | ||
architectures=* | ||
includes=Bosch_BME280_Arduino.h |
File renamed without changes.
File renamed without changes.