# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries # SPDX-FileCopyrightText: Copyright (c) 2025 Liz Clark for Adafruit Industries # # SPDX-License-Identifier: MIT """ `adafruit_qmc5883p` ================================================================================ CircuitPython driver for the Adafruit QMC5883P - Triple Axis Magnetometer - STEMMA QT * Author(s): Liz Clark Implementation Notes -------------------- **Hardware:** .. todo:: Add links to any specific hardware product page(s), or category page(s). Use unordered list & hyperlink rST inline format: "* `Link Text `_" **Software and Dependencies:** * Adafruit CircuitPython firmware for the supported boards: https://circuitpython.org/downloads .. todo:: Uncomment or remove the Bus Device and/or the Register library dependencies based on the library's use of either. # * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice # * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register """ # imports __version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_QMC5883P.git"