You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend tests in gpio::check_pin_groups() (rp-rs#817)
* Extend tests in `gpio::check_pin_groups()`
Replaced the uses of `assert!(x == y)` with `assert_eq!()`, so it was more clear which pin was wrong when tests failed.
Also added checks for `group.set(...)`, `group.set_u32(...)`, on top of the existing `group.toggle()`
Switch hex numbers to binary to make it easier to read the bits
Signed-off-by: hfly0 <[email protected]>
* Format files
---------
Signed-off-by: hfly0 <[email protected]>
0 commit comments