Brooks J Rady 1fbb8f0b32 feat(rp): add Wait impl to OutputOpenDrain
A while ago `OutputOpenDrain` was made to implement `InputPin`,
something that allowed drivers for various one-wire protocols to be
written, but it's been lacking a `Wait` implementation — something
that's needed to write async versions of these drivers.

This commit also adds `get_level()` to `OutputOpenDrain`, since
`is_high()` and `is_low()` were already implemented, but `get_level()`
itself was missing.
2023-04-09 09:15:57 +01:00
..
2022-11-27 16:32:18 -05:00
2023-04-02 18:33:36 +00:00
2023-03-20 16:34:30 +02:00
2023-04-06 22:41:50 +02:00
2022-12-24 02:51:06 +01:00
2022-12-09 20:18:41 +01:00
2023-02-24 13:01:41 -06:00
2022-06-12 22:22:31 +02:00
2022-10-26 12:24:04 +02:00
2023-04-06 22:41:50 +02:00
2022-10-24 11:10:59 +03:00
2023-01-31 22:27:19 +01:00
2022-12-24 03:22:51 +01:00