michalmonday / CSV-Parser-for-Arduino

It turns CSV string into an associative array (like dict in python)
MIT License
58 stars 12 forks source link

Large files #20

Closed Aydinhamedi closed 1 year ago

Aydinhamedi commented 1 year ago

in large files cant work

michalmonday commented 1 year ago

It is limited by memory of specific microcontroller. Which is shown on page 10 of Memories of an Arduino (SRAM column)

image