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
..
2022-01-07 11:47:31 -08:00
2021-12-27 10:21:47 -06:00
2022-01-10 14:45:54 -05:00
2021-12-27 10:21:47 -06:00
2021-12-27 10:21:47 -06:00
2022-01-06 09:27:44 +01:00