Documentation ¶
Index ¶
Constants ¶
View Source
const DeviceBtName = "Yoda1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YodaDevice ¶
type YodaDevice struct { MacAddr string Rssi int16 Data ScaleData // contains filtered or unexported fields }
func Discover ¶
func Discover(timeout time.Duration) (yodaDevices []YodaDevice, warnings []error, err error)
func (YodaDevice) IsValid ¶
func (y YodaDevice) IsValid() bool
func (YodaDevice) WatchEvents ¶
func (y YodaDevice) WatchEvents() (<-chan ScaleData, error)
Click to show internal directories.
Click to hide internal directories.