uraimo
uraimo
https://github.com/uraimo/DS18B20.swift/blob/master/Sources/DS18B20.swift#L40
(I have seen this issue, need to find some time to look into this :) )
Looking at the arduino library, they write one byte at a time even if they could have used [Wire.write(data, length)](https://github.com/arduino/ArduinoCore-avr/blob/master/libraries/Wire/src/Wire.cpp#L218) that does the same thing, weird. But in our case...
Hi! Yes, that's how it is/will be implemented in the next release (https://github.com/uraimo/SwiftyGPIO/blob/next_release/docs/1to2.md). I've never merged because I planned to add a few more things but never had the time...
Hi Hai, thanks for starting this, it was something I planned to add but never got around to it. I'd like to request a few small modifications before merging it,...
Thanks for reporting this, are you using a 64bits OS and Swift 5.2.4-v4 on both?
It should work now if you pull master/1.1.15 and use .RaspberryPi4 as board type on the Pi4.
I'm getting the same error on a Pi4B Rev1.1 with 32bit debian buster (similar to 18.04), the issue seem to be consistently with the initialization of gpio 10,11 and 19....
Those are all SPI/PWM pins, can you install wiringpi and run "gpio readall" on 18.04 and 20.04? Since I can't even export those gpios manually, it could be that they...