That is also my understanding. I ensuredFor Pico SDK builds you need to specify USB serial is used in 'CMakeLists.txt'. No idea how or where to do that for Arduino IDE or VS Code builds.
Code:
pico_enable_stdio_usb(BuzzCheck 1)I have not linked any libraries other than pico_stdlib, however I do not believe that could be the problem as the code functions just as expected on a regular RP2350 board.
Code:
target_link_libraries(BuzzCheck pico_stdlib)Statistics: Posted by roald_surmoe — Wed May 20, 2026 11:14 pm




