Results 6 issues of Daniel Quadros

In the hello_gpout example, there is a mention to GPIO26 where it should GPIO25: `clock_gpio_init(26, CLOCKS_CLK_GPOUT0_CTRL_AUXSRC_VALUE_CLK_RTC, 10);` The clock_gpio_init() function accepts only GPIOs 21, 23, 24 and 25 (see https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/hardware_clocks/clocks.c)

I am using PicoVGA with a RP2014 Zero board that has a more limited option of pins than the Pi Pico. I want to use UART and SPI and for...

There is no mention to this command in the AHT10 datasheet. In the AHT20 datasheet, it is not listed in the commands, there is only the note "you can get...

The FTP client in Windows (ftp.exe) sends the command "OPTS UTF8 ON" before asking for the username. The server currently replies 530 and closes the connection. My understanding is that...

As far as I can see in the docs, the start() method has always been a "primitive method" that sends a start bit and it is not needed in the...

**Not sure if this is a problem with the library or the ESP32 support from Espressif.** When trying the minimal usage example with the esp32 package v 3.0.1 and an...