BleuLlama / TinyBasicPlus

A C implementation of Tiny Basic, with a focus on support for Arduino
406 stars 118 forks source link

sd card #52

Closed Jurre990 closed 5 years ago

Jurre990 commented 5 years ago

I have tiny basic on my arduino uno. The code says that if I enable fileio it adds 9k of usage. But when I enable it, it has only 9 bytes free so i cant do anything.

BleuLlama commented 5 years ago

sounds about right. The SD libraries use a lot of ram and rom space. I'd try disabling other features (eeprom, tones for example) to give you more ram space.