Insure integer only operations for ADC_Result #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Insure integer only operations for ADC_Result, currently the the data is casted to float by most operators.
This is not always possible because subtracting the mean (float) is not allowed when keeping the integer type.