Base, not working now!!!
This commit is contained in:
parent
5ef02e82e9
commit
a7946b93b9
BIN
doc/BST-BMX055-DS000-02-1018813.pdf
Normal file
BIN
doc/BST-BMX055-DS000-02-1018813.pdf
Normal file
Binary file not shown.
BIN
doc/Bosch_Sensortec_BST_BMX055_PN000_00.pdf
Normal file
BIN
doc/Bosch_Sensortec_BST_BMX055_PN000_00.pdf
Normal file
Binary file not shown.
26
library.json
Normal file
26
library.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"name":"Arduino_BMX055",
|
||||||
|
"description":"BMX055 library for the Arduino",
|
||||||
|
"keywords":"BMX055",
|
||||||
|
"authors":[
|
||||||
|
{
|
||||||
|
"name": "Pavel Brychta",
|
||||||
|
"maintainer": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repository":
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "http://git.xpablo.cz/xPablo.cz/Arduino_BMX055.git"
|
||||||
|
},
|
||||||
|
"version": "0.1",
|
||||||
|
"license": "MIT",
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": [
|
||||||
|
"atmelavr",
|
||||||
|
"atmelsam"
|
||||||
|
],
|
||||||
|
"build": {
|
||||||
|
"libCompatMode": 2
|
||||||
|
}
|
||||||
|
}
|
9
library.properties
Normal file
9
library.properties
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
name=Arduino_BMX055
|
||||||
|
version=0.1
|
||||||
|
author=Pavel Brychta
|
||||||
|
maintainer=Pavel Brychta
|
||||||
|
sentence=BMX055 for the Arduino
|
||||||
|
paragraph=BMX055 for the Arduino
|
||||||
|
category=Other
|
||||||
|
url=http://git.xpablo.cz/xPablo.cz/Arduino_BMX055.git
|
||||||
|
architectures=*
|
1059
src/BMX055.cpp
Normal file
1059
src/BMX055.cpp
Normal file
File diff suppressed because it is too large
Load Diff
1
src/BMX055.inc
Normal file
1
src/BMX055.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
//
|
Loading…
Reference in New Issue
Block a user