File: control

package info (click to toggle)
golang-github-d2r2-go-bsbmp 0.0~git20190515.3b4b3ae-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 468 kB
  • sloc: makefile: 5
file content (39 lines) | stat: -rw-r--r-- 1,709 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: golang-github-d2r2-go-bsbmp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-d2r2-go-i2c-dev,
               golang-github-d2r2-go-logger-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-d2r2-go-bsbmp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-d2r2-go-bsbmp.git
Homepage: https://github.com/d2r2/go-bsbmp
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/d2r2/go-bsbmp

Package: golang-github-d2r2-go-bsbmp-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-d2r2-go-i2c-dev,
         golang-github-d2r2-go-logger-dev,
         ${misc:Depends}
Description: interact with Bosch Sensortec BMP180/BMP280/BME280/BMP388 sensors (library)
 Digital humidity and pressure sensors from Bosch Sensortec are popular among
 Arduino and Raspberry Pi developers. These sensors are compact and quite
 accurately measuring, working via Inter-Integrated Circuit (I2C) bus interface.
 .
 This library is written in Go programming language for Raspberry Pi and
 counterparts. It makes all necessary i2c-bus interactions and values
 computation to gives you the temperature and atmospheric pressure values. BME
 sensors also provide relative humidity values.
 .
 Following sensors from Bosch Sensortec are supported:
  * BMP180 (pressure and temperature)
  * BMP280 (pressure and temperature)
  * BME280 (humidity, pressure, and temperature)
  * BMP388 (pressure and temperature)