You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a low priority, but it would be nice to find some fixed point implementation of gas concentration calculation. Currently everything else in the sensor subsystem and the application itself is using fixed point, but the concentration calculation which does curve interpolation does not.
I believe calculate_ppm is the only function which would need to be ported. Ideally it would return a sensor_value directly instead of a double
The text was updated successfully, but these errors were encountered:
This is a low priority, but it would be nice to find some fixed point implementation of gas concentration calculation. Currently everything else in the sensor subsystem and the application itself is using fixed point, but the concentration calculation which does curve interpolation does not.
I believe
calculate_ppm
is the only function which would need to be ported. Ideally it would return asensor_value
directly instead of adouble
The text was updated successfully, but these errors were encountered: