dunhaiyang / adi-adxrs290-library

Arduino library for ADXRS290 low noise Dual-Axis Gyroscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADI Board Analog Device ADXRS290 2-Axis, gyroscope.


This is a library for the ST ADXRS290 component. The ADXRS290 is a high performance MEMS pitch and roll (dual-axis in-plane) angular rate sensor (gyroscope) designed for use in stabilization applications.

* ST LSM9DS1 Home Page *

Host control and result reading is performed using an SPI interface, no extra pin are required.

It was principally designed to work with the ADI board, but could be easily adapt and use on every Arduino and Arduino Certified boards.

Written by Seve seve@axelelettronica.

Repository Contents


  • /examples - Example sketches for the library (.ino). Run these from the Arduino IDE.
  • /src - Source files for the library (.cpp, .h).
  • library.properties - General library properties for the Arduino package manager.

Releases


v1.0.0 First Release

Documentation


Information


Copyright (c) Amel Technology. All right reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

About

Arduino library for ADXRS290 low noise Dual-Axis Gyroscope


Languages

Language:C++ 72.4%Language:C 27.6%