| 69 | } |
| 70 | |
| 71 | void Update(bool) |
| 72 | { |
| 73 | while (!IsReadyToUpdate()) |
| 74 | { |
| 75 | } |
| 76 | _stream->write(_data, _sizeData); |
| 77 | _usEndTime = micros(); // Save time to ensure 1ms delay |
| 78 | } |
| 79 | |
| 80 | bool AlwaysUpdate() |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected