Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arduino93L56R ¶
type Arduino93L56R struct {
// contains filtered or unexported fields
}
func NewArduino93L56R ¶
func NewArduino93L56R(serPort string) *Arduino93L56R
func (*Arduino93L56R) Close ¶
func (a *Arduino93L56R) Close()
func (*Arduino93L56R) Connect ¶
func (a *Arduino93L56R) Connect() error
func (*Arduino93L56R) I2CRead ¶
func (a *Arduino93L56R) I2CRead(addr int, length int) ([]byte, error)
TODO: This only works with I2C EEPROMs with up to 256 addresses, since the arduino only sends a single address byte rather than two for a 16bit int
Click to show internal directories.
Click to hide internal directories.