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
The Analog_input class implementation indicates that data type 'L' (unsigned 4 byte integer) is allowed, but this actually causes an overflow in the data_logger class when the data is saved to disk due to conversion to a signed 4 byte integer.