| 40 | } |
| 41 | |
| 42 | fl::string BitBangChannelDriver::getName() const FL_NOEXCEPT { |
| 43 | // Matches the `fl::Bus::BIT_BANG` enumerator spelling. |
| 44 | return fl::string::from_literal("BIT_BANG"); |
| 45 | } |
| 46 | |
| 47 | IChannelDriver::Capabilities BitBangChannelDriver::getCapabilities() const FL_NOEXCEPT { |
| 48 | return Capabilities(true, true); |