Skip to content

Instantly share code, notes, and snippets.

@mroger
Created August 23, 2014 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mroger/d8c0340e81687af6f706 to your computer and use it in GitHub Desktop.
Save mroger/d8c0340e81687af6f706 to your computer and use it in GitHub Desktop.
Search next with mute
byte TEA5767N::searchNextMuting() {
byte bandLimitReached;
mute();
bandLimitReached = searchNext();
turnTheSoundBackOn();
return bandLimitReached;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment