Home

Awesome

Keyboard

Complex Keys

Join with text join

Mouse

Mouse does stuff.

Can work in iOS with accessibility features enabled (Assistive Touch here)

Media

Yeah...

Absolute Mouse

macOS and Windows only

Game Pad

Pairing and Programming Quirks

Supported Platforms and quirks

Programming and Pairing

blehid

pins=github:bsiever/microbit-pxt-blehid

Cool Ideas

Accelerometer Mouse

Computer / Phone Media Remote

iOS Camera Release

Trick: Use volume up/down

iOS Screen Keyboard

Use the Media Eject

Limitations

iOS

General details on HID here. Highlights: "iPhone 5s and later, iPad Air and later, and iPod touch (6th generation) and later".

Hmmm... https://support.apple.com/en-us/HT210414

Setting the pins

pins.setI2CPins(sda : DigitalPin,  scl : DigitalPin) : void

Set the Data and Clock pins.

<script src="https://makecode.com/gh-pages-embed.js"></script> <script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>