Thorsten von Eicken

Results 147 comments of Thorsten von Eicken

when you open a PR it's for the delta between your branch and the base branch (such as master). Afterwards, as you add more commits to your branch these automatically...

I see an issue with your bme280 driver, which is that on page 21 section 4 & 4.1 of the datasheet it says "Shadowing will only work if all data...

I've added support for CHIP to my fork (https://github.com/tve/embd) and also merged all PRs I could make sense of. Looks like I'm going to be using this library myself, so...

how about the embd gophers slack channel

https://github.com/kidoman/embd/pull/69 is one outcome Right now I am focusing on https://groups.google.com/forum/#!topic/golang-dev/ofaaIJPWRKg, see the tail of the thread Which platform are you interested in?

@zlowred I know your PR is a few months old.... would you mind commenting on using the (very nice) one-wire support you built vs. using kernel drivers for the devices?...

Ah. You can actually set the resolution with the driver, but it applies to all ds18b20 sensors. Thanks for the clarification!

Thanks for the PR! Looks nicely done overall :-). I think there are some issue I pointed out and it would be better IMHO if all functions went straight to...

I'm not sure you caught the likely cause of your deadlock (see comment for line 442). I do think that making the set function go straight to the device would...

did the "hangs in the I2C bus" issue get fixed?