Closed majenkotech closed 6 years ago
Remote wakeup of the PC can now be achieved with USB.resume();. It triggers the RESUME=1 / RESUME=0 sequence in the correct control register via the selected driver.
USB.resume();
My testing has it working with Wi-Fire, WF32, and Lenny.
I think we can merge.
Awesome! Thanks for testing it out Larry.
Remote wakeup of the PC can now be achieved with
USB.resume();
. It triggers the RESUME=1 / RESUME=0 sequence in the correct control register via the selected driver.