File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ common I2S tasks. They comprise:
16
16
- i2s_bidi_slave: A bi-directional (in and out) codec interface in slave mode (requires externally generated BCK and
17
17
LRCK, usually from the codec).
18
18
19
- There is not a standalone output slave module, but one can easily be designed from the above options if needed.
19
+ There is not a standalone output slave module nor input master, but one can easily be designed from the above options if
20
+ needed.
20
21
21
22
## API
22
23
@@ -167,7 +168,7 @@ intentional.
167
168
168
169
The full text of the license should be found in LICENSE.txt, included as part of this repository.
169
170
170
- This library and all accompanying code, examples, information and documentation is Copyright (C) 2019-2020 Daniel
171
+ This library and all accompanying code, examples, information and documentation is Copyright (C) 2022 Daniel
171
172
Collins
172
173
173
174
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
@@ -177,4 +178,4 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
177
178
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
178
179
179
180
You should have received a copy of the GNU General Public License along with this program. If not,
180
- see < https://www.gnu.org/licenses/ > .
181
+ see < https://www.gnu.org/licenses/ > .
You can’t perform that action at this time.
0 commit comments