Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` let open1 = matrix.device.check_open(&mut delay, 0x03, true).unwrap(); let open2 = matrix.device.check_open(&mut delay, 0x07, true).unwrap(); let open3 = matrix.device.check_open(&mut delay, 0x08, true).unwrap(); let open4 = matrix.device.check_open(&mut delay, 0x0C, true).unwrap(); let short1 = matrix.device.check_open(&mut delay, 0x03, false).unwrap(); let short2 = matrix.device.check_open(&mut delay, 0x07, false).unwrap(); let short2 = matrix.device.check_open(&mut delay, 0x07, false).unwrap(); let short3 = matrix.device.check_open(&mut delay, 0x08, false).unwrap(); let short4 = matrix.device.check_open(&mut delay, 0x0C, false).unwrap(); ``` Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
- Loading branch information