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.
23
23
### ` begin() `
24
24
25
25
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.
27
27
28
28
If reconfigured during program execution, use ` stop() ` first.
29
29
@@ -78,7 +78,7 @@ Stops the ADC and buffer transfer, and releases any memory allocated for the buf
78
78
#### Syntax
79
79
80
80
```
81
- dac .stop()
81
+ adc .stop()
82
82
```
83
83
84
84
#### Returns
@@ -110,7 +110,7 @@ Nothing.
110
110
### ` begin() `
111
111
112
112
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.
114
114
115
115
If reconfigured during program execution, use ` stop() ` first.
116
116
You can’t perform that action at this time.
0 commit comments