Out testing the qualifying light for real on a circuit today and all went really well. One of thos satisfying projects that works in the real world as it did in testing, and also proves to be really useful.
Just one thing needs tidying up on the display front. I use fmt(xx,2) to display a delta time, and as per the documentation, very small values are returned in scientific notation, and mess the formatting of the display.
is there a way to stop or detect this. in reality as i'm only displaying 2 decimal places, is any value returned in scientific notation effectively zero for my purposes ?
thanks