Skip to content

Commit

Permalink
tmp102: Initial add of tmp102 driver. (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsexton authored Oct 7, 2024
1 parent 2cf8fa1 commit f9d4688
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tmp102/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Copyright 2024 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.
//
// tmp102 provides a package for interfacing a Texas Instruments TMP102 I2C
// temperature sensor. This driver is also compatible with the TMP112 and
// TMP75 sensors.
//
// Range: -40°C - 125°C
//
// Accuracy: +/- 0.5°C
//
// Resolution: 0.0625°C
//
// For detailed information, refer to the [datasheet].
//
// A [command line example] is available in periph.io/x/devices/cmd/tmp102
//
// [datasheet]: https://www.ti.com/lit/ds/symlink/tmp102.pdf
// [command line example]: https://github.com/periph/cmd/tree/main/tmp102/
package tmp102
Loading

0 comments on commit f9d4688

Please sign in to comment.