st42
Results
3
comments of
st42
Having a double tap to lock on would be better. That way you wouldn't have to go into settings to change.
To give a real world scenario as to why this needs changed consider this. You are using the arduino with a sensor to sample data and based on this data...
This should solve the issue: ``` long map(long x, long in_min, long in_max, long out_min, long out_max) { if ((in_max - in_min) > (out_max - out_min)) { return (x -...