We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a739a0b commit dbf841fCopy full SHA for dbf841f
libraries/DigisparkMouse/examples/Mouse/Mouse.ino
@@ -5,7 +5,7 @@
5
#include "DigiMouse.h"
6
7
void setup() {
8
- // Do nothing? It seems as if the USB hardware is ready to go on reset
+ DigiMouse.init(); // call init to enumerate
9
}
10
11
void loop() {
0 commit comments