Hi all,
Been playing with my new pico and was wondering how I would go about executing code on my windows machine when the pico is plugged into the USB port.
The e.on("init"... event is fine for executing code on the Pico on startup, but I then want to execute code on the windows machine when the device is plugged in.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi all,
Been playing with my new pico and was wondering how I would go about executing code on my windows machine when the pico is plugged into the USB port.
The e.on("init"... event is fine for executing code on the Pico on startup, but I then want to execute code on the windows machine when the device is plugged in.
Thoughts?