mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
.. | ||
.github | ||
examples | ||
test | ||
.arduino-ci.yml | ||
avrheap.cpp | ||
avrheap.h | ||
CHANGELOG.md | ||
keywords.txt | ||
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 and very specific, not for beginners.
Description
This library can analyse runtime the structure of the heap. This can be useful for debugging memory allocation.
Related
Operation
See example heapdemo2.ino
Future
- no development unless specific requested.
Support
If you appreciate my libraries, you can support the development and maintenance. Improve the quality of the libraries by providing issues and Pull Requests, or donate through PayPal or GitHub sponsors.
Thank you,