crabmusket / gosunspec

SunSpec domain model and use cases for Go. UNMAINTAINED
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Implement support for multi-device memory maps. #15

Closed jonseymour closed 7 years ago

jonseymour commented 7 years ago

This change allows a memory map to support multiple devices (e.g. one device per instance of the common model).

The Open call now returns an Array, rather than a Device.

Signed-off-by: Jon Seymour jon@wildducktheories.com