Skip to content

Commit dbf841f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/DigisparkMouse/examples/Mouse

libraries/DigisparkMouse/examples/Mouse/Mouse.ino

Lines changed: 1 addition & 1 deletion
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)