gillham / logic_analyzer

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

Support for ATmega32u4 (Leonardo boards) #23

Closed rmetrich closed 9 years ago

rmetrich commented 9 years ago

Hi, do you plan to add the necessary code to have this work with Leonardo boards? I found some (old) code on the Arduino forum but it doesn't seem to work (http://forum.arduino.cc/index.php?topic=52881.msg1128160#msg1128160). Thanks

gillham commented 9 years ago

Have you tried the agla_leonardo branch of the logic_analyzer code?

rmetrich commented 9 years ago

Oups, missed that branch! Sorry for the noise.

gillham commented 9 years ago

Let me know if it works for you, I haven't tested that code all that much and there could be some issues with interrupts shut off for so long with the USB etc.