We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f8a86 commit fe145f9Copy full SHA for fe145f9
1 file changed
src/AnalogOutClass.h
@@ -28,7 +28,7 @@ class AnalogOutClass {
28
* @param ao0_pin The analog pin number of the channel 0
29
* @param ao1_pin The analog pin number of the channel 1
30
* @param ao2_pin The analog pin number of the channel 2
31
- * @param ao3_pin The analog pin number of the channel 2
+ * @param ao3_pin The analog pin number of the channel 3
32
*/
33
AnalogOutClass(PinName ao0_pin = MC_AO_AO0_PIN, PinName ao1_pin = MC_AO_AO1_PIN, PinName ao2_pin = MC_AO_AO2_PIN, PinName ao3_pin = MC_AO_AO3_PIN);
34
0 commit comments