Hi
while browsing (very interesting) github of Michael Ring I came across a file pico_flash_c.pas in units directory. Am I rirgh that this file is for handling a data in (or at least write/save bytes) in Pico's flash memory? If so, as I understand it, I can use the flash_range_program procedure to write a certain number of bytes to flash memory, but I don't understand how to read those bytes?
Regards,
Martin