uraimo
uraimo
@richardxyx great, so we'll be able to test it on a longer strip too. I've created a new repo at https://github.com/uraimo/WS2812_RGBLCD.swift with an initial implementation, i'll be able to test...
WS281X done: https://github.com/uraimo/WS281x.swift DS130X I2C done: https://github.com/uraimo/DS1307.swift
Thanks @damuellen, glad to hear that someone is using it! :)
Nice one @jrahaim , I've added it to the libraries section.
Great! I know that board and had it in my TODO list, I'll update the readme right away, extremely useful for those who need a lot of PWMs. (Yep, I've...
Hi Adrian, I've never tried Hypriot but it should work. Where are you running this, directly in Hypriot or in a docker container ([gpio tutorial for docker](https://blog.hypriot.com/post/lets-get-physical/))? Both samples require...
Oh, and depending on the specific image, GPIO mapping could be disabled by default and could require manual activation, see: https://github.com/futurejones/swift-arm64/issues/2 > Adding "iomem=relaxed" to /boot/firmware/cmdline.txt is enough to get...
Thanks @barretpj @gestrich, exactly, 1.1.15 introduced [this](https://github.com/uraimo/SwiftyGPIO/commit/9066d5dfc58fb53c325b07762e38424c3a9de230#diff-660c0bd869b9f2598f5daaf80617f88fL89-L90) change that broke it and the fix is converting to an uint64 via bitpattern (that actually adds a padding at the beginning if...
Thanks! I'll do some tests before integrating the fix, can you confirm that you are using a 32bit debian?
Ok, this was seen before with #107, spidev.h changed last year and that structure need to be migrated to u64, will do.