I am making experiences on the Digispark USB with attiny85 micro-controller. So I programmed it so it can launch very basic keyboard strokes when plugged, i.e, when it is plugged, it open it tries to write "Hello World" anywhere in the opened window on the screen (so if notepad.exe is open it will write on it etc.)
Problem is that I would like to put another code on it, but it's impossible to do anything on the computer when the USB is plugged (because of the looping I coded).
Do you have any idea of how I could solve this problem ?
Thanks a lot
Aymeric