This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
|
digispark:tutorials:digikeyboard [2012/12/30 22:26] digistump |
digispark:tutorials:digikeyboard [2016/08/20 10:25] Larek Added Dated Content Tag |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Building off of the Arduino port of some of the VUSB code (http://code.google.com/p/vusb-for-arduino/) - I was able to setup a simple, very basic keyboard library for use with the Digispark. | Building off of the Arduino port of some of the VUSB code (http://code.google.com/p/vusb-for-arduino/) - I was able to setup a simple, very basic keyboard library for use with the Digispark. | ||
| - | Take a look at the example DigisparkKeyboard->Keyboard | + | Take a look at the example: File->Examples->DigisparkKeyboard->Keyboard |
| + | ^ Possible Dated Content FIXME^ | ||
| + | | The following line is not found in the provided example, yet is claimed here in the wiki to be essential. This entry and/or the example should be updated to reflect whats current for the library. | | ||
| It is essential that DigiKeyboard.update() is called at the beginning of the loop to maintain USB communication, otherwise you can use buttons, inputs, etc to trigger the keystrokes. | It is essential that DigiKeyboard.update() is called at the beginning of the loop to maintain USB communication, otherwise you can use buttons, inputs, etc to trigger the keystrokes. | ||
| + | |||
| For the example: Upload and then place the cursor in a text area, watch it type. | For the example: Upload and then place the cursor in a text area, watch it type. | ||
| + | |||
| Some ideas: | Some ideas: | ||