MichaelS11
MichaelS11
My understanding is the In(gpio.PullUp is similar to Out(gpio.Low). So if there is an error with the PullUp, then the Out needs to be set to High so that the...
@schlamar Thank you very much for your time and information. It is very good information. It is basically what I was thinking. It does not have enough CPU cores (speed?)...
I think just going to wait for https://github.com/google/periph/issues/225#issuecomment-479151127 or https://github.com/google/periph/pull/398 to be implemented.
@jmross14 Did you check out ReadBackground?
If someone want to do a PR like this one https://github.com/MichaelS11/go-hx711/pull/2 it might help with this issue.
Welcome to take/have as much of https://github.com/MichaelS11/go-dht as you want. Could not get WaitForEdge to work, note this this part: https://github.com/MichaelS11/go-dht/blob/be44b9ee7fec8f81d57dea89c17d26961183266e/dhtNotWindows.go#L75-L90
@maruel Yeah, found that Read sometimes missed a level change, but with all the checks, it almost always is caught when it does. @kaskerd Sounds great, thank you! :) Side...
@schlamar Was curious, did you use dht.ReadRetry(11) ?
Add PI 3 Model B & B+ https://github.com/mrmorphic/hwio/pull/56
Switched to periph.io instead.