// Copyright 2018 The Periph Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. // Package mcp9808 controls a Microchip MCP9808 digital I²C temperature sensor. // // # Features // // -40°C and +125°C Operating Range. // // User-Selectable Measurement Resolution: +0.5°C, +0.25°C, +0.125°C, +0.0625°C. // // User-Programmable Temperature Alerts. // // # Datasheet // // http://ww1.microchip.com/downloads/en/DeviceDoc/25095A.pdf package mcp9808