How do I find out how much RAM I have left?

I'd like to see how much RAM is being used as I muddle through my program. Is there a call to find available free memory?

Thanks!

-jim lee

There is a function that you can add to your sketch to find that out. You can find it as easily as any one else. Just type FreeMemory in the search field.

This page is about FreeMemory: Arduino Playground - AvailableMemory

I just tested this: » ATmega memory use » JeeLabs
and it is working.