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.
18 lines
581 B
Go
18 lines
581 B
Go
// Copyright 2016 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 ds248x controls a Maxim DS2483 or DS2482-100 1-wire interface chip
|
|
// over I²C.
|
|
//
|
|
// # More details
|
|
//
|
|
// See https://periph.io/device/ds248x/ for more details about the device.
|
|
//
|
|
// # Datasheets
|
|
//
|
|
// https://www.maximintegrated.com/en/products/digital/one-wire/DS2483.html
|
|
//
|
|
// https://www.maximintegrated.com/en/products/interface/controllers-expanders/DS2482-100.html
|
|
package ds248x
|