Skip to content

Commit e2d978a

Browse files
committed
comments
1 parent c79dbfc commit e2d978a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/AudioTools/CoreAudio/AudioPWM/PWMComplementaryDriverESP32.h

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,7 @@ struct PinInfoESP32Compl {
7676
*
7777
* Thread Safety:
7878
* Access from a single task context; ISR only invokes playNextFrame().
79-
*
80-
* Typical Usage:
81-
* @code
82-
* PWMComplementaryDriverESP32 drv;
83-
* PWMConfig cfg = drv.defaultConfig();
84-
* cfg.channels = 2; // stereo
85-
* cfg.setPins({25,26, 27,14}); // high0,low0, high1,low1
86-
* cfg.dead_time_us = 1; // 1 microsecond dead time
87-
* drv.begin(cfg);
88-
* // write PCM frames (uint8_t / int16_t depending on bits_per_sample)
89-
* drv.write(samples, len);
90-
* drv.end();
91-
* @endcode
92-
*
79+
*
9380
* @ingroup platform
9481
*/
9582
class PWMComplementaryDriverESP32 : public DriverPWMBase {

0 commit comments

Comments
 (0)