In-system programming tool for LPC microcontrollers
Du kannst nicht mehr als 25 Themen auswählenThemen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
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.