5 ms·
printf isn't faster if you want to single step through code to find math precision errors. I've had to do that on a embedded system that didn't support debuggi
by ehaliewicz2 2y ago
printf isn't faster if you want to single step through code to find math precision errors.
I've had to do that on a embedded system that didn't support debugging. It was hell.
- dgfitz 2y agoI’ve always wondered why embedded devs make less than “JavaScript-FOTM” devs.