| 36 | } |
| 37 | |
| 38 | IChannelDriver::DriverState BitBangChannelDriver::poll() FL_NOEXCEPT { |
| 39 | return DriverState(DriverState::READY); |
| 40 | } |
| 41 | |
| 42 | fl::string BitBangChannelDriver::getName() const FL_NOEXCEPT { |
| 43 | // Matches the `fl::Bus::BIT_BANG` enumerator spelling. |
no test coverage detected