Panada II RAM Usage

Is there a way to tell how much RAM my sketch is using? Can I just go by the size of the .exe file that VS creates or is there something else?

Debug.Print("Free mem : " + Debug.GC(false).ToString());

Awsome! Thanks a bunch.

What is a sketch?

I think he’s coming from an Arduino background. Their projects/solutions are called sketches.

Ah! That makes sense. :slight_smile: