Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
README.txt@0:ebc7a8e353d1, 2021-05-23 (annotated)
- Committer:
- quagga
- Date:
- Sun May 23 15:09:33 2021 +0000
- Revision:
- 0:ebc7a8e353d1
Emulate Gravis Stinger: pitch and roll and buttons A and B to serial data packet
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| quagga | 0:ebc7a8e353d1 | 1 | Emulate Gravis stinger gamepad on microbit. |
| quagga | 0:ebc7a8e353d1 | 2 | Uses accelerometer pitch and roll data plus input from buttons to create serial data packet. |
| quagga | 0:ebc7a8e353d1 | 3 | |
| quagga | 0:ebc7a8e353d1 | 4 | On linux connect using inputattach: |
| quagga | 0:ebc7a8e353d1 | 5 | sudo inputattach --baud 115200 --stinger /dev/ttyXXXX |
| quagga | 0:ebc7a8e353d1 | 6 | |
| quagga | 0:ebc7a8e353d1 | 7 | Calibrate with: |
| quagga | 0:ebc7a8e353d1 | 8 | jscal -c /dev/input/jsX |