vickash
vickash
>I'm not 100% sure either, but it seems this issue has been fixed regardless in the currently latest release (v1.0.1) > The tool I mentioned that I use is only...
@MikauSchekzen, thanks a lot. Will try it a little later and let you know if it works. On 64-bit Windows 10, so that shouldn't be a problem. Also @TaranVH, what...
@supherman I was just about to suggest that. You can branch off `0.12.0-wip` and submit another pull request to this. I really like the approach you took in #32, but...
@supherman You should be able to just drop in your code from #39 now and it'll work. Couple changes I made: - Changed the class name to `DinoLCD`. - The...
You can connect to two (or more) separate boards, one via wifi, and one via USB, in the same script. But there isn't any way to connect to one board...
See #75, which also requires an I2C interface. Also, you should try to base your changes on 0.12.0 branch instead of 0.11. There were a lot of changes that make...
Just looked up this component. It uses an I2C interface, so what you really need is for dino to be able to communicate via an I2C bus. In a "pure"...
That's a typo. Just pushed a fix so you can pull it down. Make sure you build and upload the sketch from this branch. Installing the gem is not necessary...
It's printing the readings? On Tuesday, October 8, 2013 at 11:19 AM, rosscdh wrote: > Thanks seems to get some feedback now :) Ill faff around with it for a...
I meant, does the example print the millisecond readings? On Tuesday, October 8, 2013 at 1:37 PM, rosscdh wrote: > Hey there, sorry i had to head home! I'll give...