Skip to content

Commit 0ede951

Browse files
authored
Update README.md
1 parent 5d0e101 commit 0ede951

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ common I2S tasks. They comprise:
1616
- i2s_bidi_slave: A bi-directional (in and out) codec interface in slave mode (requires externally generated BCK and
1717
LRCK, usually from the codec).
1818

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.
2021

2122
## API
2223

@@ -167,7 +168,7 @@ intentional.
167168

168169
The full text of the license should be found in LICENSE.txt, included as part of this repository.
169170

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
171172
Collins
172173

173174
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
177178
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
178179

179180
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/>.

0 commit comments

Comments
 (0)