Skip to content

Commit 07af13b

Browse files
committed
Weitere kleie Rparaturen
1 parent 6325c01 commit 07af13b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ gain = desired volume (0 = mute, 255 = 1dB)
103103
channel = channel whose playback speed is to be changed. (0 - 2)
104104
pitch = desired acceleration of the channel. ((0.0 - 1.0) 0 = normal speed, 1 = double speed
105105
````
106-
**"ESP32_MAS.stopCan(uint8_t channel)"**
106+
**"ESP32_MAS.stopChan(uint8_t channel)"**
107107
*Stops the output of the channel immediately.*
108108
````
109109
channel = channel to be stopped. (0 - 2)
110110
````
111-
**"String ESP32_MAS.getCan(uint8_t channel)"**
111+
**"String ESP32_MAS.getChan(uint8_t channel)"**
112112
*Queries the state of the respective channel.*
113113
````
114114
channel = channel whose state is to be queried. (0 - 2)

keywords.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ loopFile KEYWORD1
99
outChan KEYWORD1
1010
setGain KEYWORD1
1111
setPitch KEYWORD1
12-
stopCan KEYWORD1
13-
getCan KEYWORD2
12+
stopChan KEYWORD1
13+
getChan KEYWORD2
1414
getGain KEYWORD2
1515
getPitch KEYWORD2

src/ESP32_MAS.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@
126126
channel = channel whose playback speed is to be changed. (0 - 2)
127127
pitch = desired acceleration of the channel. (0 = 0, 1 = doubble speed)
128128
129-
"ESP32_MAS.stopCan(uint8_t channel)"
129+
"ESP32_MAS.stopChan(uint8_t channel)"
130130
Stops the output of the channel immediately.
131131
channel = channel to be stopped. (0 - 2)
132132
133-
"String ESP32_MAS.getCan(uint8_t channel)"
133+
"String ESP32_MAS.getChan(uint8_t channel)"
134134
Queries the state of the respective channel.
135135
channel = channel whose state is to be queried. (0 - 2)
136136
Return:

0 commit comments

Comments
 (0)