arturo182 2251d0f4b0
raspberrypi: Claim UART after checking pins
If, for some reason, you mix up TX and RX when calling `busio.UART` (who would do that ;) ), you get `Invalid pins`. When you go to try again, you'll get `All UART peripherals are in use` because the interface was claimed as busy before pins are verified. This should fix that issue.
2022-01-11 15:13:36 +01:00
..
2021-01-20 19:16:56 -08:00
2021-03-15 19:27:36 +05:30
2021-10-15 08:20:54 -05:00
2021-03-15 19:27:36 +05:30
2021-03-15 19:27:36 +05:30