Documentation ¶ Index ¶ type Device Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Device ¶ type Device interface { Write(byte, byte) // Write single byte to address Read(byte) byte // Read single byte to address Shutdown() // Nicely shut device down } Source Files ¶ View all Source files generic.go Directories ¶ Show internal Expand all Path Synopsis console dummy Click to show internal directories. Click to hide internal directories.