File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Nothing.
2323### ` begin() `
2424
2525
26- Initialises the DAC with the specific parameters. The ` begin() ` method is firstly used to initialize the library.
26+ Initializes the ADC with the specific parameters. The ` begin() ` method is firstly used to initialize the library.
2727
2828If reconfigured during program execution, use ` stop() ` first.
2929
@@ -78,7 +78,7 @@ Stops the ADC and buffer transfer, and releases any memory allocated for the buf
7878#### Syntax
7979
8080```
81- dac .stop()
81+ adc .stop()
8282```
8383
8484#### Returns
@@ -110,7 +110,7 @@ Nothing.
110110### ` begin() `
111111
112112
113- Initialises the DAC with the specific parameters. The ` begin() ` method is firstly used to initialize the library.
113+ Initializes the DAC with the specific parameters. The ` begin() ` method is firstly used to initialize the library.
114114
115115If reconfigured during program execution, use ` stop() ` first.
116116
You can’t perform that action at this time.
0 commit comments