Skip to content

Commit e7edcdd

Browse files
committed
spellchk + fix typos
1 parent 0b71728 commit e7edcdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2828
If 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

115115
If reconfigured during program execution, use `stop()` first.
116116

0 commit comments

Comments
 (0)