Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 503 Bytes

File metadata and controls

27 lines (18 loc) · 503 Bytes

ArduinoMagnetometer

Documentation.pdf

Objective

Define magnetometer API.

MagnetometerHMC5883L and MagnetometerHMC5983

Warning: Both drivers were written, but never tested. Use them at your own risk. Feel free to improve it and contribute sending a pull-request it you want to.

How to install?

Steps (on the console):

$ git clone git@github.com:dalmirdasilva/ArduinoMagnetometer.git
$ cd ArduinoMagnetometer
$ make install

Examples