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

Tags: wlisac/SwiftyGPIO

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
10000
uraimo uraimo
64bit Cleanup

This adds compatibility to 64Bit Linux, derived from work by @Kaiede in
PR uraimo#76.

Added a comment in the PWM section for what could be a source of issues
when configuring the DMA on 64bit systems. Need to check the official
docs for more info on this.

1.0.8

Toggle 1.0.8's commit message

Verified

This commit was signed with the committer’s verified signature.
uraimo uraimo
Fix for i2c_smbus_read_word_data return value, uraimo#72

1.0.7

Toggle 1.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
uraimo uraimo
SPI isHardware is now a property

1.0.6

Toggle 1.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
uraimo uraimo
Make PWM DMA channel really configurable

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
uraimo uraimo
Again, fixed version check

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
uraimo uraimo
Fixed check for refactored deallocate method

1.0.3

Toggle 1.0.3's commit message
Add files to test build in Travis (uraimo#68)

... build on various x86 + macOS Swift versions.

1.0.2

Toggle 1.0.2's commit message
Fix warning in Swift 3.2+ (uraimo#66)

`value.characters` is deprecated starting w/ 3.2. (produces
a warning, which this change avoids).

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
uraimo uraimo
Builds on OSX/iOS

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
uraimo uraimo
Added note on debounce to the readme

0