Skip to content

Commit dbf841f

Browse files
committed
Update example to use init for triggering enumeration.
1 parent a739a0b commit dbf841f

File tree

1 file changed

+1
-1
lines changed
  • libraries/DigisparkMouse/examples/Mouse

1 file changed

+1
-1
lines changed

libraries/DigisparkMouse/examples/Mouse/Mouse.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "DigiMouse.h"
66

77
void setup() {
8-
// Do nothing? It seems as if the USB hardware is ready to go on reset
8+
DigiMouse.init(); // call init to enumerate
99
}
1010

1111
void loop() {

0 commit comments

Comments
 (0)