mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
550 B
Go
19 lines
550 B
Go
// 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
|