Skip to content

Commit

Permalink
revise README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elehobica committed Mar 24, 2024
1 parent 1152153 commit 70a3ceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (NOT TARGET pico_audio_i2s_32b)
)

target_sources(pico_audio_i2s_32b INTERFACE
${CMAKE_CURRENT_LIST_DIR}/src/audio_i2s.c
${CMAKE_CURRENT_LIST_DIR}/src/audio_i2s.c
)

target_link_libraries(pico_audio_i2s_32b INTERFACE
Expand Down
2 changes: 2 additions & 0 deletions Readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Overview
This library is for Raspberry Pi Pico to support 32bit/Stereo I2S DAC.
* Bit resolution: 32bit
* Sampling Frequency: up to 192 KHz

## Supported Board and Peripheral Devices
* Raspberry Pi Pico
Expand Down
File renamed without changes.

0 comments on commit 70a3ceb

Please sign in to comment.