8000 Tags · periph/devices · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: periph/devices

Tags

v3.7.4

Toggle v3.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
mpu9250: Add i2c interface support (#101)

* Refactor SPI transport to be dual transport. 
* Implement I2C support.

v3.7.3

Toggle v3.7.3's commit message
Update dependencies

v3.7.2

Toggle v3.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tic: Add I²C support for Tic Stepper Motor Controllers (#78)

* tic: Add I²C support for Tic Stepper Motor Controllers (#1)

* Initialise buffers as arrays instead of slices

* Remove redundant step modes and improve docs

* Make Offset type private

* Remove shadowed variable

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
go.mod bump to go1.20 (#58)

Update github actions.

v3.7.0

Toggle v3.7.0's commit message
Update to go1.17

Update dependencies
Update github actions
Ran gofmt
Fix one gosec warning

v3.6.15

Toggle v3.6.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
nrzled.NewSPI: also add padding in the front (#48)

Some SPI devices take a while to set up for transfer, and while doing
so, show the first bit they're about to send.

This causes the first LED to always interpret the first symbol as a
logical 1. Zapping out the whole strip will leave the first LED green,
and the first pixel will always be slightly green-ish.

Prevent this, by applying the same 3 bit padding we have at the end to
the front.

Signed-off-by: Florian Klink <flokli@flokli.de>

v3.6.14

Toggle v3.6.14's commit message
github actions: remove golint

It's been deprecated since 2020. Good bye

v3.6.13

Toggle v3.6.13's commit message
Update dependencies

v3.6.12

Toggle v3.6.12's commit message
go.mod: update dependencies

v3.6.11

Toggle v3.6.11's commit message
Roll dependencies

0