In-system programming tool for LPC microcontrollers
Você não pode selecionar mais de 25 tópicosOs tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Now the ISPError is raised from the _send_command method, not each
caller. There will be a few cases where I need that to not be an
exception, but I can just wrap it in a try block then, so there's no
problem.