hybridgroup.gobot/platforms/ble/ble_client_adaptor_darwin.go

11 lines
191 B
Go
Raw Normal View History

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