I just bought 2 raspberry pi pico w's and im trying to create a wifi to serial bridge to access a serial device over wifi
I'm using VS Code on Fedora 40, and have installed the Raspberry Pi extension to generate a project for my Pico W
I'm having an issue with this include pico/cyw43_arch.h
.
Also with this include
lwip/tcp.h
What is the proper way to get these headers into my project? I'm very new to VS Code and Raspberry Pi development, coming from C development for AVR MCUs.
I'm using VS Code on Fedora 40, and have installed the Raspberry Pi extension to generate a project for my Pico W
I'm having an issue with this include pico/cyw43_arch.h
Code:
pico/cyw43_arch.h: No such file or directory
Also with this include
lwip/tcp.h
What is the proper way to get these headers into my project? I'm very new to VS Code and Raspberry Pi development, coming from C development for AVR MCUs.
Statistics: Posted by conorabc123 — Mon Sep 09, 2024 10:40 pm — Replies 0 — Views 14