HID demo
Demo scripts for HID functionality. Includes keyboard library for basic keyboard input.
A demonstration of using the norns USB HID functionality
Requirements
An HID device - like a USB keyboard or mouse
Documentation
hid-events.lua Plug in an hid device and send some events. Event data will print to Maiden REPL. This is handy for figuring out what codes your device sends.
hid-keyboard-test.lua Type some text. enter clears the screen
shell.lua This is basically a command line prompt for the device. stdout goes to maiden REPL. Use with caution.
lib/keycodes.lua is handy for decoding the events from a USB keyboard.
Download
v1.0.1 - https://github.com/okyeron/hid-demo/archive/master.zip