Add convenience functions for the muxPi 45/138545/5
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 12 Jul 2017 09:53:55 +0000 (11:53 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 26 Sep 2017 14:35:23 +0000 (16:35 +0200)
commit0094f78e1fd38d75ccf2304feda13aea9c5456ec
tree78b7257faeefb95f07eb1f3e0472b0ae818a7536
parenta33d26fca09c18aed5d4932d6bab4e5259454527
Add convenience functions for the muxPi

The stm package is intended to be used with MuxPi.
It is common to implement functions as package's public that call
methods on structure with default values set. It is safe to call
these methods accross packages and goroutines as long as developer
is aware that Open with corresponding Close should be called once.

Change-Id: Ic5c2fb35b2ec7f41eaedc24a7d78edf09745c1b8
stm/stm.go