Skip to content

Instantly share code, notes, and snippets.

/.ino

Created September 20, 2016 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6e38d8565b0b753e2b053f7dfd882509 to your computer and use it in GitHub Desktop.
Save anonymous/6e38d8565b0b753e2b053f7dfd882509 to your computer and use it in GitHub Desktop.
void setup() {
Serial.begin(115200);
Serial.println("Hello, World!");
}
void loop() {
}
Sketch uses 1,440 bytes (4%) of program storage space. Maximum is 32,256 bytes.
Global variables use 200 bytes (9%) of dynamic memory, leaving 1,848 bytes for local variables. Maximum is 2,048 bytes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment