Skip to content

Commit

Permalink
SI4844 Arduino Library
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lima Caratti committed Oct 24, 2019
1 parent 3908773 commit 0f6a5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SI4844.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public :
void bassTrebleUp();
void bassTrebleDown();
void audioMute(byte value);
void setAudioMute(bool on)
void setAudioMute(bool on);

si4844_audiomode_status_response setAudioMode(byte audiomode, byte fm_mono, byte adjpt_attn, byte adjpt_steo, byte opcode);

Expand Down

0 comments on commit 0f6a5cd

Please sign in to comment.