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 that I've implemented the protocol, I see how commands actually give
return values isn't how I thought it would be. Accordingly,
_send_command now only returns the ReturnCode rather than wrapping it in
a list. This allowed me to remove a few [0]s.