mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
.. | ||
examples | ||
avrheap.cpp | ||
avrheap.h | ||
library.json | ||
library.properties | ||
LICENSE | ||
README.md |
AVRheap
Arduino library to investigate the heap of an avr processor, e.g. UNO (AVR328).
Note: this is an experimental library, not for beginners.
Description
This library can analyze runtime the structure of the heap, this is useful for debugging memory allocation.
Operation
See example heapdemo2.ino