diff --git a/Adafruit_LIS2MDL.h b/Adafruit_LIS2MDL.h index 53e7e56..4688fc6 100644 --- a/Adafruit_LIS2MDL.h +++ b/Adafruit_LIS2MDL.h @@ -1,6 +1,19 @@ /*! * @file Adafruit_LIS2MDL.h * + * This is a library for the LIS2MDL magnentometer/compass + * + * Designed specifically to work with the Adafruit LSM303AGR and LIS2MDL + * Breakouts + * + * These displays use I2C to communicate, 2 pins are required to interface. + * + * Adafruit invests time and resources providing this open source code, + * please support Adafruit and open-source hardware by purchasing products + * from Adafruit! + * + * Written by Bryan Siepert for Adafruit Industries. + * BSD license, all text above must be included in any redistribution */ #ifndef LIS2MDL_MAG_H