https://github.com/pganssle/hmc5883l
Library for I2C communication with HMC5883L magnetometers using Arduino.
https://github.com/pganssle/hmc5883l
Last synced: 4 months ago
JSON representation
Library for I2C communication with HMC5883L magnetometers using Arduino.
- Host: GitHub
- URL: https://github.com/pganssle/hmc5883l
- Owner: pganssle
- Created: 2015-01-19T17:46:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T21:52:21.000Z (over 11 years ago)
- Last Synced: 2025-01-24T17:34:41.441Z (over 1 year ago)
- Language: TeX
- Size: 465 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A library for I2C interaction with HMC5883L 3-axis digital magnetometers. More
information about the HMC5883L can be found in the [datasheet provided by Honeywell](http://www51.honeywell.com/aero/common/documents/myaerospacecatalog-documents/Defense_Brochures-documents/HMC5883L_3-Axis_Digital_Compass_IC.pdf).
The `I2CDevice` library provides an interface between the `HMC5883L` class and Arduino
microcontrollers, and can be replaced by any equivalent interface to support other interfaces.
Full documentation for this library can be found [here](https://pganssle.github.io/HMC5883L/documentation/).
This code is released under a Creative Commons Attribution 4.0 International license
([CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)).