NetLogo 7.0.0-beta2:

gogo:init

gogo:init

Initialize the extension. The parameter name is a string representing the name of the backend to initialize. There are currently 2 backends. One is the "gogo" backend that supports GoGo board 5 and earlier versions. Another is the "gogo6" backend that supports GoGo board 6. You only need to use this primitive if you are using a GoGo board 6. The extension will automatically initialize itself with the "gogo" backend if this primitive is not called.

Take me to the full GoGo Extension Dictionary