bsiever / microbit-pxt-blehid

Micro:bit MakeCode support to act as a Human Interface Devices (keyboard, mouse, etc.) over Bluetooth
https://bsiever.github.io/microbit-pxt-blehid/
MIT License
30 stars 10 forks source link

V1 support #7

Closed bsiever closed 2 years ago

bsiever commented 2 years ago

V1 build environment lacks the MicroBitBLEService class used as the base for HIDService.

Creating an alternative with the minimum features for HIDService may be sufficient (CreateService, CreateCharacteristic and utilize the BLE callbacks for on...() events).

bsiever commented 2 years ago

See #14