Queries hardware for the current value, updates the cache, returns the fresh value.
(&self)
| 469 | |
| 470 | /// Queries hardware for the current value, updates the cache, returns the fresh value. |
| 471 | pub fn read_from_device(&self) -> f32 { |
| 472 | (self.getter)(self) |
| 473 | } |
| 474 | |
| 475 | /// sends one write packet to hardware and reads the ACK. |
| 476 | /// logs an error if the ACK is missing or invalid. |
no outgoing calls
no test coverage detected