pico-extras
pico-extras copied to clipboard
In the readme it's mentioned that i2s is only for audio output. Is it possible to add i2s audio input or does it maybe already exist?
It *has* to exist somewhere, if only to test the decoder: https://github.com/raspberrypi/pico-extras/blob/77eae2836638baf2f61b321eb61125da99bb4445/README.md?plain=1#L23
Hi, as soon as I add these two lines to my CMakeLists.txt of pico-examples: ``` set(PICO_EXTRAS_PATH "S:/Programming/Pico/Downloads/pico-extras/") include(pico_extras_import.cmake) ``` I get an error saying ``` PICO_SDK_PATH is S:/Programming/Pico/Downloads/pico-sdk PICO platform...
Enable the side set pin if CLOCK is enabled instead of DEN and also set the function on the right pin if DEN is not enabled. I've used this with...
We've been tinkering with audio on PicoSystem and in the case of at least PWM audio, `take_audio_buffer` never seems to return null, and never seems to stall for any length...
I was wondering if there is any plan to add documentation for the audio libraries. Even some basic description and hints for usage in the files would be a big...
Pretty cool that little Pico supports LWIP! Does it support TLS too?
In trying to resolve a problem with one of my programs I added the command `add_compile_options(-Werror -Wall -Wextra -Wnull-dereference)` to my CMakeLists.txt file. This results in a number of warnings...
A ROSC DIV of 0 is okay (and sets DIV = 32) Writing ROSC DIV incorrectly sets BADWRITE, so avoid rosc_write and manually clear the BADWRITE bit
Hello, Not sure if is the right place to report this issue, but i'm having problems to compile lwip lib that is inside pico-extras. ``` /usr/local/Cellar/arm-none-eabi-gcc/9-2019-q4-major/gcc/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/rmiieth.dir/Users/leandro/Projects/pico-extras/lib/lwip/src/core/netif.c.obj: in function `netif_set_addr':...