balena-io-experimental / edge-node-manager

Resin uC edge-node-manager written in Go
Apache License 2.0
22 stars 6 forks source link

Abstract core dependent device functionality into a separate class #167

Closed jbaldwinroberts closed 7 years ago

jbaldwinroberts commented 7 years ago

The user should call resin.setup() in the init part of their code and call resin.process() once per loop.