avdwebLibraries / avdweb_CodeDebugScope

Fast Code Debug Oscilloscope Library for Arduino
https://avdweb.nl/arduino/measurement/oscilloscope
GNU General Public License v3.0
9 stars 2 forks source link

Also probing other data types, such as byte, long, float etc. #4

Open avandalen opened 1 month ago

boseji commented 1 month ago

Yes Multi Datatype would become a crucial feature for the long run. This can be achieved using a type switch. But the storage is a kind a difficult question since each data type supports a different space requirement.

avandalen commented 1 month ago

Yes storing multiple data types is important but makes it too complex for now. Let's do this if everything works fine. I have worked with the variant class before, maybe this is a handy solution for the circulairbuffer.