An open API service indexing awesome lists of open source software.

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.

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/)).