M-A
M-A
The goal is to be able to present the pin used by each I²C/1-wire/SPI port/bus without having to open the port/bus, as this is currently the case. To achieve this,...
The driver currently only supports the Lepton 2.
Then if a user do something that she knows is doing to expose more interfaces, like using [config-pin](https://github.com/beagleboard/bb.org-overlays/tree/master/tools/beaglebone-universal-io) then the user will want periph to realize that without having to...
This requires 3 parts: - Compiler - Communication - Higher level abstraction
The Texas Instrument AM335x CPU is found on BeagleBones.
This function would: - Call [runtime.LockOSThread()]( https://golang.org/pkg/runtime/#LockOSThread) - Call [pthread_setschedparam()](http://man7.org/linux/man-pages/man3/pthread_setschedparam.3.html) to set the [scheduling priority](http://man7.org/linux/man-pages/man7/sched.7.html) value to very high priority for the thread locked goroutine. In practice, the only way...
## AIs - @maruel : Fire up a [gohci](https://github.com/periph/gohci) worker running [Windows IoT](https://developer.microsoft.com/windows/iot) - someone: Do the actual implementation, alike [host/sysfs](https://periph.io/x/periph/host/sysfs) but likely named host/winiot.
There's already $implementation/reset (which doesn't seem to work on 3.0.1) but none to reboot. It'd be useful to do a end-to-end test after flashing over serial to prepare for OTA...
Sample code: ``` package main import ( "testing" . "github.com/smartystreets/goconvey/convey" ) func TestSpec(t *testing.T) { Convey("Foo", t, func() { So(1, ShouldEqual, 2) }) } ``` Output looks like: ``` $...
Figure out a way to get the timezone location in the format expected to setup the /etc/localtime symlink on debian distros.