gobot
gobot copied to clipboard
Support for Jetson Nano platform
Do you plan to support Jetson Nano platform which runs on Ubuntu? They mention that their platform (GPIO Pins) is equal to Raspberry PI. They only provide a Python :-(( GPIO Library.
Yes, absolutely planning on this.
That would be amazing :-)
I just tested this example here:
package main
import (
"gobot.io/x/gobot/platforms/raspi"
)
func main() {
r := raspi.NewAdaptor()
fmt.Println(r)
}
I got this value returned:
&{0x400001c358 RaspberryPi-62F43657CD24D5FD map[] map[] 0 [
Is it a good sign?
Is there a way to test connectivity without using a pin (I am afraid of breaking my board :-) )
@soerenbrockmann
i just add feature jetson nano Adaptor.
check this branch.
https://github.com/hybridgroup/gobot/pull/799
part of release v2.0.0