cmd
cmd copied to clipboard
Ready-to use tools
Similar in spirit to https://play.golang.org/ and [BoneScript](http://beagleboard.org/Support/BoneScript) which is on BeagleBone's default image. The rough idea looks like: - Create a template: ```go package main import ( "log" "periph.io/x/host/v3" )...
Ported from https://github.com/google/periph/issues/381. Use it for flags in cmd/ and for argument in device drivers.
This is part of the GPIO IOCtl() submission. I think there's a conflict with the sysfs still, but I'm not sure how to resolve it. Can you help?