Hi, as a starter (after blinking a light) I'd like to control the activity of my digispark pro from a computer.
If I understand, there is no serial communication like for the arduino. There is this digiCDC but you wrote it is 5ms per character. I guess this is not what I am looking for.
What do I have to look for to be able control a led or a servo from the computer side? (a command line could be a start and the goal be a nodejs controller application)
Thanks