We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac71be commit ff95ecaCopy full SHA for ff95eca
src/AudioI2S/I2SStream.h
@@ -92,21 +92,6 @@ class I2SStream : public AudioStream {
92
return i2s.readBytes(data, length);
93
}
94
95
- /// not supported
96
- virtual size_t write(uint8_t){
97
- return 0;
98
- }
99
-
100
101
- virtual int read() {
102
- return -1;
103
104
105
106
- virtual int peek() {
107
108
109
110
/// Provides the available audio data
111
virtual int available() override {
112
return i2s.available();
0 commit comments