change at line 87 and 100
- at line 87 I replace isReadCheck with read_value.value: the variable which returns the read out is indeed read_value; isReadCheck just returns a label (0/-1) telling whether the reading was successful.
- at line 100 I change the argument type from str to int so that there is no need of an exception (the old merge request can be dismissed)