Hey So I've setup a USB device driver, exactly like the cdc_comport_single example included with Harmony. I'm able to receive a byte over the USB and use that byte to change a counter inside an interrupt which blinks a light inside a time such as: void __..
↧