From e41efeee3e25af36cd17371056ce75ada7d97963 Mon Sep 17 00:00:00 2001 From: Erik Nyquist Date: Wed, 1 Feb 2017 11:36:59 -0800 Subject: [PATCH] freeMemory.ino: add introductory comment --- libraries/MemoryFree/examples/freeMemory/freeMemory.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/MemoryFree/examples/freeMemory/freeMemory.ino b/libraries/MemoryFree/examples/freeMemory/freeMemory.ino index 724f81ac..15c08d28 100644 --- a/libraries/MemoryFree/examples/freeMemory/freeMemory.ino +++ b/libraries/MemoryFree/examples/freeMemory/freeMemory.ino @@ -1,4 +1,8 @@ /* + * freeMemory.ino: This sketch demonstrates the use of the freeMemory() + * function to measure the amount of free memory available in the system, + * before and after using 'malloc' to allocate some memory. + * * Copyright (c) 2016 Intel Corporation. All rights reserved. * See the bottom of this file for the license terms. */