Base, not working now!!!

This commit is contained in:
Pavel Brychta 2018-09-30 13:10:26 +02:00
parent 5ef02e82e9
commit a7946b93b9
6 changed files with 1095 additions and 0 deletions

Binary file not shown.

Binary file not shown.

26
library.json Normal file
View 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
View 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

File diff suppressed because it is too large Load Diff

1
src/BMX055.inc Normal file
View File

@ -0,0 +1 @@
//