Hi! I noticed that, using the example code of Bluetooth LE HID Keyboards (here), if i write
kb.tap(kb.KEY.A,0); kb.tap(kb.KEY.N,0);
the micro:bit send only the first letter (a).
Is there a workaround or somthing to do to allow the board to send more letters?
Thanks!
@coat started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi!
I noticed that, using the example code of Bluetooth LE HID Keyboards (here), if i write
the micro:bit send only the first letter (a).
Is there a workaround or somthing to do to allow the board to send more letters?
Thanks!