Skip to content

Instantly share code, notes, and snippets.

@michaelsarduino
Created September 2, 2015 19:08
Show Gist options
  • Save michaelsarduino/1ccf5d46aeae8a178604 to your computer and use it in GitHub Desktop.
Save michaelsarduino/1ccf5d46aeae8a178604 to your computer and use it in GitHub Desktop.
#include <MemoryFree.h>
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println(freeMemory());
delay(100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment