gobot
gobot copied to clipboard
Golang framework for robotics, drones, and the Internet of Things (IoT)
This is for issue #832 * add ReadBlockData for i2c, sysfs, digispark, firmata * split test file for i2c test in firmata (just like digispark) * FIX: WriteBlockData for digispark,...
this is part of issue #832 Draft PR, because it depends on #833 (needs to be rebased after merge)
I have created a leddriver for a pin, let say its no longer needed. In that case, how to dispose that pin and free resources, so that I can make...
this is part of issue #832 Draft PR, because it depends on #833 (needs to be rebased after merge)
Change of scale must be transferred to the device. This is currently done in the initialization routine (called by Start()). If the scale is set with the provided SetScale() it...
This PR fix #844 In addition: * FullScaleRange() read the value from device * use ReadBlockData() & WriteByteData() * tests heavily improved Draft, because depends on #833 (needs to be...
THis PR fixes the crash on exit when streaming video with the DJI Tello by adding a channel to close video to avoid errors on program exit.
This PR fix #841 In addition: * add "WithTH02FastMode" * tests heavily improved Draft, because depends on #833
this is part of issue #832 in addition to switch to ReadBlockData(): * switch also to WriteByteData() * unexpose some constants and variables * tests for Start() and ReadData() improved...
How to set pin is pulled high or pulled low or not pulled? The question is specific to Raspberry Pi, but in general I couldn't find in the button driver,...