Added some more projects and libraries.
This commit is contained in:
parent
f7151392ab
commit
1e1459fa50
94 changed files with 11904 additions and 0 deletions
11
Digispark_HID/Digispark_HID.ino
Normal file
11
Digispark_HID/Digispark_HID.ino
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "Keyboard.h"
|
||||
|
||||
void setup() {
|
||||
//initialize keyboard
|
||||
Keyboard.begin();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Keyboard.print("Hello World!"); //print "Hello World!"
|
||||
delay(3000); //wait 3 seconds
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue