| 139 | } |
| 140 | |
| 141 | float ToneGenerator::getSampleRate() { |
| 142 | return _sample_rate; |
| 143 | } |
| 144 | |
| 145 | WAVConfigurationPacket ToneGenerator::get_config() { |
| 146 | WAVConfigurationPacket wav_packet; |
nothing calls this directly
no outgoing calls
no test coverage detected