GY-63_MS5611/libraries/AvrHeap/README.md
2021-12-13 21:05:26 +01:00

31 lines
1.1 KiB
Markdown

[![Arduino CI](https://github.com/RobTillaart/AVRheap/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
[![Arduino-lint](https://github.com/RobTillaart/avrheap/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/avrheap/actions/workflows/arduino-lint.yml)
[![JSON check](https://github.com/RobTillaart/avrheap/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/avrheap/actions/workflows/jsoncheck.yml)
[![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)
# 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 is useful for debugging memory allocation.
## Operation
See example heapdemo2.ino
## Future
- no development unless specific requested.
-