Skip to content

Commit 001cab4

Browse files
committed
freeMemory.ino: add introductory comment
1 parent b608602 commit 001cab4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/MemoryFree/examples/freeMemory/freeMemory.ino

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/*
2+
* freeMemory.ino: This sketch demonstrates the use of the freeMemory()
3+
* function to measure the amount of free memory available in the system,
4+
* before and after using 'malloc' to allocate some memory.
5+
*
26
* Copyright (c) 2016 Intel Corporation. All rights reserved.
37
* See the bottom of this file for the license terms.
48
*/

0 commit comments

Comments
 (0)