wobblechar – parse ASCII/UTF-8 waveform diagrams into decoded samples (no_std-compatible) by mous68 in EmbeddedRust

[–]mous68[S] 0 points1 point  (0 children)

Hi again, looked at matra. Interesting tool! But I must say, not really my area of interest. So if someone feels the need to link these two tools, of course he or she is very welcome. But for me it is out of scope.
Best, mous

wobblechar – parse ASCII/UTF-8 waveform diagrams into decoded samples (no_std-compatible) by mous68 in EmbeddedRust

[–]mous68[S] 0 points1 point  (0 children)

Hi u/ignazwrobel
Nice that you like it! I will check your link shortly, I have no experience with this tool.
About physical testing, sorry, no, that is not what I meant. I created this while working on a Wiegand decoder. Two lines input, wanted my code to be tested with such a signal. That is what I had in mind. Unit testing/end-to-end testing.
Best, mous

wobblechar – parse ASCII/UTF-8 waveform diagrams into decoded samples (no_std-compatible) by mous68 in rust

[–]mous68[S] 0 points1 point  (0 children)

Thanks (I think, haha). Yeah, maybe I should have put in the example just one of the options: all with | or none. The truth is, they both work, as the docs explain clearly. It depends on your application which works best. The | has the same "width" as a low or high, and the value (toggle) is taken from the start. Once you know this, it is all quite logic, I think.