gillham / logic_analyzer

Implementation of a SUMP compatible logic analyzer for the Arduino
Other
462 stars 99 forks source link

arduino leonardo working config file #10

Closed jhax78 closed 11 years ago

jhax78 commented 11 years ago

after some hassle figured out what was wrong and got it fixed it's just missing a line and i added my chip instead of the 32p

[code]

device.receive.timeout = 1000 // this did the trick for me in the alga cfg file

[/code]

gillham commented 11 years ago

I updated both device profiles with the device.receive.timeout parameter.