Skip to content

Commit

Permalink
Update TAPController.h
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 29, 2023
1 parent a3bf959 commit ea2841a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions TAPController.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class TAPController {
void turnOff();

// ADC Functions
// Individual functions for different ADC types
void printBassPotPosition();
void printTreblePotPosition();
void printThermistorVoltage();
Expand All @@ -43,10 +42,10 @@ class TAPController {
void select3SpeakerMode();
void select5SpeakerMode();
void setCenterSurroundVolume(byte volumeValue);
void volumeUp(byte step);
void volumeDown(byte step);
void surroundVolumeUp(byte step);
void surroundVolumeDown(byte step);
void volumeUp();
void volumeDown();
void surroundVolumeUp();
void surroundVolumeDown();

private:
Stream& _serial;
Expand Down

0 comments on commit ea2841a

Please sign in to comment.