You are reading a single comment by @user154581 and its replies. Click here to read the full conversation.
  • In my experience, trying to get a compiler to work takes days, while writing a code library takes hours.
    And why would 4 tiny SPI functions need 8KB of RAM??? It will be much less than 1KB in JS. I have maybe 2KB I can sacrifice at most.
    I will work on it when I get home. Thank you again.

  • why would 4 tiny SPI functions need 8KB of RAM

    it is whole filesystem module - file IO methods + FAT filesystem implementation

    and it is not RAM

About

Avatar for user154581 @user154581 started