Нет описания

Lesords 748d32112e ci: add an action to automatically close stale issues and PRs 1 год назад
.github 748d32112e ci: add an action to automatically close stale issues and PRs 1 год назад
examples e8bfbaaca6 fix: fix some compilation errors 1 год назад
.gitattributes 41e00315bd update for arduino library manager 7 лет назад
.gitignore 41e00315bd update for arduino library manager 7 лет назад
.gitlab-ci.yml 0dae7d34b5 Seeed:Arduino: fix travis.yml write error 5 лет назад
.travis.yml 0dae7d34b5 Seeed:Arduino: fix travis.yml write error 5 лет назад
HMC5883L.cpp e8bfbaaca6 fix: fix some compilation errors 1 год назад
HMC5883L.h e8bfbaaca6 fix: fix some compilation errors 1 год назад
README.md 49b6aa0198 Seeed:Arduino: Add travis build status 6 лет назад
keywords.txt 41e00315bd update for arduino library manager 7 лет назад
library.properties c7cec2f912 v1.0.1 publish 7 лет назад

README.md

Grove 3-Axis Digital Compass HMC5883L Build Status

This is an Arduino library for Grove - 3-Axis Digital Compass HMC5883L from Seeed Studio.

Compass

Grove 3-Axis Digital Compass

How to use

Values of x, y and z read from the compass seem to have offsets. To calculate the offsets, rotate the compass to get minimum and maximum of x, y, and z.

offset = (minimum + maxmum) / 2
value = valueRaw - offset

For more information, please refer to wiki page.


This software is written by Seeed Studio
and is licensed under The LGPL License V2.1.

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