(sensor_index)
| 51 | counter = 0 |
| 52 | |
| 53 | def read_sensor(sensor_index): |
| 54 | # Returns sensor data or raises an exception |
| 55 | # Nothing actually happens here, but this is where |
| 56 | # the blocking I/O would go. |
| 57 | pass |
| 58 | |
| 59 | def get_offset(data): |
| 60 | # Always returns 1 or greater |
no outgoing calls
no test coverage detected