Skip to content

Commit

Permalink
nRF52: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Nov 5, 2024
1 parent 442c6cf commit e64f6c9
Show file tree
Hide file tree
Showing 2 changed files with 791 additions and 784 deletions.
2 changes: 1 addition & 1 deletion src/AutoAnalogAudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class AutoAnalog
* Third option:
* @param enADC 0 = Disabled, 1 = PDM input, 2 = I2S input, 3 = SAADC input
* @param enDAC 0 = Disabled, 1 = PWM output, 2 = I2S output
* @param _useI2S This is deprecated, use enADC and enDAC t control inputs/outputs
* @param _useI2S This is deprecated, use enADC and enDAC to control inputs/outputs
*/
void begin(uint8_t enADC, uint8_t enDAC, uint8_t _useI2S = 0);

Expand Down
Loading

0 comments on commit e64f6c9

Please sign in to comment.