pschatzmann / logic-analyzer

Arduino Logic Analyzer API supporting the SUMP protocol (for sigrok, pulseview)
GNU General Public License v3.0
107 stars 15 forks source link

Any measurement pins grouped in the table #5

Open spairo1741 opened 2 years ago

spairo1741 commented 2 years ago
pschatzmann commented 2 years ago

I think it is quite tricky to come up with an efficient generic solution that works on all platforms. I suggest that you just implement your own subclass of PinReader. There you could handle all the necessary bit shift operations...