Returns the ordered trace of all GPIO operations performed so far.
(&self)
| 103 | |
| 104 | /// Returns the ordered trace of all GPIO operations performed so far. |
| 105 | pub fn trace(&self) -> &[i32] { |
| 106 | &self.trace |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | impl Pins for MockPins { |