Fără Descriere

Lesords 77861f69df ci: add an action to automatically close stale issues and PRs 1 an în urmă
.github 77861f69df ci: add an action to automatically close stale issues and PRs 1 an în urmă
examples c75a8eab6c Pretty printed the Arduino code with astyle 6 ani în urmă
.gitattributes 7daa13b57b add .gitattributes 8 ani în urmă
.gitignore ab4798dcf1 add .gitignore 8 ani în urmă
.gitlab-ci.yml 09bbae9eba Seeed:Arduino: fix travis.yml write error 6 ani în urmă
.travis.yml 09bbae9eba Seeed:Arduino: fix travis.yml write error 6 ani în urmă
ITG3200.cpp e0c377cb6b add run-cl-arduino.yml 1 an în urmă
ITG3200.h e0c377cb6b add run-cl-arduino.yml 1 an în urmă
LICENSE 6276c51398 Initial commit 12 ani în urmă
README.md 3811a3e57c Seeed:Arduino: Add travis build status 6 ani în urmă
keywords.txt 0967f1bc7f Use correct field separator in keywords.txt 7 ani în urmă
library.properties 79c360fa96 add library.properties 8 ani în urmă

README.md

Grove - 3-Axis Digital Gyro Build Status

Grove - 3-Axis Digital Gyro

Grove - 3-Axis Digital Gyro

Grove - 3-axis Gyro module based on ITG 3200. It is the world’s first single-chip, digital-output, 3-axis MEMS motion processing gyro optimized for gaming, 3D mice, and motion-based remote control applications for Internet connected Digital TVs and Set Top Boxes.

Features:

  • Grove compatible interface
  • Digital-output X-, Y-, and Z-Axis
  • Fast Mode I²C (400kHz) serial interface
  • ±2000°/s full scale range and 14.375 LSBs per °/s sensitivity
  • Low 6.5mA operating current for long battery life
  • On-chip temperature sensor
  • Integrated amplifiers and low-pass filters
  • RoHS and Green compliant

Usage:

Initialization

gyro.init();
gyro.zeroCalibrate(200,10);//sample 200 times to calibrate and it will take 200*10ms

get data

void getXYZ(int16_t *x,int16_t *y,int16_t *z);
void getAngularVelocity(float *ax,float *ay,float *az);


For more information, please refer to seeed wiki.


This software is written by loovee luweicong@seeedstudio.com for seeed studio
and is licensed under The MIT License by getting grant from the author. Check License.txt for more information.

Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.

Seeed Studio is an open hardware facilitation company based in Shenzhen, China.
Benefiting from local manufacture power and convenient global logistic system,
we integrate resources to serve new era of innovation. Seeed also works with
global distributors and partners to push open hardware movement.

Analytics