22 lines
762 B
Markdown
Raw Normal View History

2021-01-29 12:31:58 +01:00
[![Arduino CI](https://github.com/RobTillaart/AVRheap/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/AVRheap/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/RobTillaart/AVRheap.svg?maxAge=3600)](https://github.com/RobTillaart/AVRheap/releases)
2020-11-27 11:10:47 +01:00
# AVRheap
Arduino library to investigate the heap of an avr processor, e.g. UNO (AVR328).
2021-01-29 12:31:58 +01:00
**Note**: this is an **experimental** library and very specific, not for beginners.
2020-11-27 11:10:47 +01:00
## Description
2021-01-29 12:31:58 +01:00
2020-11-27 11:10:47 +01:00
This library can analyze runtime the structure of the heap,
this is useful for debugging memory allocation.
2021-01-29 12:31:58 +01:00
2020-11-27 11:10:47 +01:00
## Operation
See example heapdemo2.ino