-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from jarzebski/dev
release 1.1.0
- Loading branch information
Showing
10 changed files
with
130 additions
and
709 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.
File renamed without changes.
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,31 @@ | ||
########################################### | ||
# Syntax Coloring Map For MS5611 | ||
########################################### | ||
|
||
########################################### | ||
# Datatypes (KEYWORD1) | ||
########################################### | ||
|
||
MS5611 KEYWORD1 | ||
|
||
########################################### | ||
# Methods and Functions (KEYWORD2) | ||
########################################### | ||
begin KEYWORD2 | ||
readRawTemperature KEYWORD2 | ||
readRawPressure KEYWORD2 | ||
readTemperature KEYWORD2 | ||
readPressure KEYWORD2 | ||
getAltitude KEYWORD2 | ||
getSeaLevel KEYWORD2 | ||
setOversampling KEYWORD2 | ||
getOversampling KEYWORD2 | ||
|
||
########################################### | ||
# Constants (LITERAL1) | ||
########################################### | ||
MS5611_ULTRA_HIGH_RES LITERAL1 | ||
MS5611_HIGH_RES LITERAL1 | ||
MS5611_STANDARD LITERAL1 | ||
MS5611_LOW_POWER LITERAL1 | ||
MS5611_ULTRA_LOW_POWER 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Arduino-MS5611", | ||
"keywords": "MS5611, pressure, temperature, i2c", | ||
"description": "MS5611 Barometric Pressure & Temperature Sensor Arduino Library", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jarzebski/Arduino-MS5611" | ||
}, | ||
"authors": { | ||
"name": "Korneliusz Jarzębski", | ||
"url": "https://www.jarzebski.pl" | ||
}, | ||
"version": "1.1.0", | ||
"frameworks": "arduino", | ||
"platforms": "*" | ||
} |
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,11 @@ | ||
name=MS5611 Arduino Library | ||
version=1.1.0 | ||
author=Korneliusz Jarzębski | ||
maintainer=Korneliusz Jarzębski | ||
sentence=MS5611 Barometric Pressure & Temperature Sensor Arduino Library | ||
paragraph= | ||
category=Sensors | ||
url=https://github.com/jarzebski/Arduino-MS5611 | ||
architectures=* | ||
includes=MS5611.h | ||
depends= |
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