Skip to content

Commit a05d19a

Browse files
author
betzrhodes
authored
Merge pull request #20 from electricimp/develop
Update CI
2 parents 1cd92b4 + 5d416c7 commit a05d19a

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

Diff for: .editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Diff for: .impt.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"deviceGroupId": "f3ef6490-0ffc-cb1a-4ede-03718f9aaf86",
3+
"deviceGroupName" : "impFarm F",
34
"timeout": 30,
45
"stopOnFail": false,
56
"allowDisconnect": false,

Diff for: .travis.yml

-11
This file was deleted.

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# LIS3DH 3-Axis Accelerometer #
22

3-
[![Build Status](https://api.travis-ci.org/electricimp/LIS3DH.svg?branch=master)](https://travis-ci.org/electricimp/LIS3DH)
4-
53
The [LIS3DH](http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00274221.pdf) is a three-axis MEMS accelerometer. The LIS3DH application note can be found [here](http://www.st.com/web/en/resource/technical/document/application_note/CD00290365.pdf). This sensor has extensive functionality and this class has not yet implemented all of it. The LIS3DH can interface over I²C or SPI. This class addresses only I²C for the time being.
64

75
This library also supports the LIS2DH12, another widely used three-axis MEMS accelerometer and which can be found on [Electric Imp’s impExplorer™ Kit](https://developer.electricimp.com/gettingstarted/devkits).
86

97
**To add this library to your project, add** `#require "LIS3DH.device.lib.nut:2.0.2"` **to the top of your device code**
108

9+
![Build Status](https://cse-ci.electricimp.com/app/rest/builds/buildType:(id:Lis3dh_BuildAndTest)/statusIcon)
10+
1111
## Class Usage ##
1212

1313
### Constructor: LIS3DH(*i2cBus[, i2cAddress]*) ###

0 commit comments

Comments
 (0)