TEA5767 icon indicating copy to clipboard operation
TEA5767 copied to clipboard

Arduino Library for the TEA5767 Radio Module

Results 2 TEA5767 issues
Sort by recently updated
recently updated
newest added

**Resumo** setMono() Add a new function to set forced mono, very useful for space-constrained projects like clock radios.

## Expected Behavior I got it to compile and run, but nothing happened. ## Current Behavior Serial.print("hello: "); radio.setFrequency(frequency); //Set Start Frequency delay(20); } void loop() { //Sweep Serial.print("hello2: ");...