hybridgroup.gobot/platforms/ble/ble_client_adaptor_linux.go

11 lines
189 B
Go

package ble
import (
blelib "github.com/currantlabs/ble"
"github.com/currantlabs/ble/linux"
)
func defaultDevice(impl string) (d blelib.Device, err error) {
return linux.NewDevice()
}