-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
16 lines (16 loc) · 1.07 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "Sitron_Labs_LIS2DH12_Arduino_Library",
"version": "0.1.0",
"description": "Arduino library for the STMicroelectronics LIS2DH12 accelerometer. The LIS2DH12 is an ultra-low-power high-performance three-axis linear accelerometer belonging to the femto family with digital I2C\/SPI serial interface standard output. The LIS2DH12 has user-selectable full scales of \u00b12g\/\u00b14g\/\u00b18g\/\u00b116g and is capable of measuring accelerations with output data rates from 1 Hz to 5.3 kHz. The device may be configured to generate interrupt signals by detecting two independent inertial wake-up\/free-fall events as well as by the position of the device itself.",
"keywords": "sitron labs,sitron,labs,arduino,library,sensor,accelerometer,i2c,spi,st,stm,stmicro,stmicroelectronics,lis2dh",
"repository": {
"type": "git",
"url": "https:\/\/github.com\/sitronlabs\/SitronLabs_STMicroelectronics_LIS2DH12_Arduino_Library.git"
},
"frameworks": "arduino",
"platforms": "*",
"dependencies": [],
"build": {
"includeDir": "src"
}
}