Hello. I am using the hello_uart template. I have successfully added libraries to it: but when I try to add the hardware/flash.h library I get an error: "hardware/flash.h: No such file or directory". I checked the path "C:\Program Files\Raspberry Pi\Pico SDK v1.5.1\pico-sdk\src\rp2_common" and it contains hardware_flash. What could be the reason why it cannot find this library?
Code:
#include "hardware/timer.h"#include "hardware/irq.h"Statistics: Posted by pavel_tech — Mon Mar 25, 2024 7:33 am — Replies 3 — Views 46