// 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