Skip to content

zhaotoday/wx-bluetooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wx-bluetooth

$ npm install wx-bluetooth
import { useBluetooth } from 'wx-bluetooth/composables/use-bluetooth';

const { on, off, openAdapter } = useBluetooth({ emits: ['adapter-state-change'] })
// ...

About

使用 EventEmitter2(观察者模式)封装微信小程序蓝牙 API。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published