Skip to content

Tags: DeziderMesko/periph

Tags

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
i2c: Adds i2c.Addr type and flag.Value interface. (google#362)

* i2c: Adds i2c.Addr type and flag.Value interface.

Add i2c.Addr
Add i2c.Addr Set()
Add Tests.

v3.3.0

Toggle v3.3.0's commit message
mt7688: Fixes pin function naming (google#313)

v3.2.0

Toggle v3.2.0's commit message
ina219: add i2c driver for high side current and voltage sensor (goog…

…le#292)

v3.1.0

Toggle v3.1.0's commit message
bmxx80: fix humidity sensing

It regressed in 6423b54. :( This is due to
integer overflow. Tested against the executable compiled from periph v2.

Refactor the tests to make the error messages clearer.

Fixes google#256

v3.0.0

Toggle v3.0.0's commit message
display: add missing package doc

v2.3.0

Toggle v2.3.0's commit message
headers drivers: use After instead of Prerequisites

Now that the allwinner and bcm283x Pin can work even if the driver failed by
falling back into sysfs-gpio, the header should load even if the CPU GPIO
drivers failed.

allwinner-gpio-pl is now after sysfs-gpio instead of allwinner-gpio as a
prerequisite.

This will enable cases like running Arch on a RPi3 where gpiomem kernel driver
is not loaded, the process is not running as root, so /dev/mem cannot be memory
mapped, but sysfs-gpio loaded successfully.

v2.2.0

Toggle v2.2.0's commit message
.gohci.yml: add beaglebone-4373

Only include simple things for now.

v2.1.0

Toggle v2.1.0's commit message
benchmarks: add InNaive, fix Hz units display

v2.0.0

Toggle v2.0.0's commit message
sysfs: Improve coverage for thermal

- Correct minor typos.
- Improve sysfs-thermal error wrapping.
- No significant functional change.

v1.0.0

Toggle v1.0.0's commit message
Remove the warning in README.md about versioning.

Now that v1.0.0 is being released and will use a proper versioning mechanism,
there's no need for this warning.

Clients will be able to use http://github.com/golang/dep to version this
library.